diff --git a/nix/nix-for-your-own-project.org b/nix/nix-for-your-own-project.org index 049822d..62ddd4b 100644 --- a/nix/nix-for-your-own-project.org +++ b/nix/nix-for-your-own-project.org @@ -64,9 +64,9 @@ In other words, use =callPackage=! - 1. =callPackage= supports cross-compilation out of the box. + 1. =callPackage= supports cross-compilation (out of the box) - 2. =callPackage= supports overrides. + 2. =callPackage= supports parameterization (i.e. overrides) 3. If you already have nix build setup for nixpkgs, then there's nothing new to do if you want to upload into nixpkgs (or incorporate into your fork thereof) later