From 4e2a6444e604b46c2d99ebe055bc18ac3c10186f Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 6 Mar 2024 19:48:10 -0500 Subject: [PATCH] tiny edits --- nix/nix-for-your-own-project.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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