From 56a1f03a109da9e33d5c2018c5fe3e3080cd93e4 Mon Sep 17 00:00:00 2001 From: Asad Saeeduddin Date: Tue, 17 Dec 2019 15:35:58 -0500 Subject: Fix typo in code snippet --- nix/nix-1p/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nix-1p/README.md b/nix/nix-1p/README.md index 9491684d6d..7f6770a871 100644 --- a/nix/nix-1p/README.md +++ b/nix/nix-1p/README.md @@ -474,7 +474,7 @@ package set (as well as certain subsets, such as `haskellPackages`). ```nix { pkgs ? import {} }: -let my-funky-program = callPackage ./my-funky-program.nix {}; +let my-funky-program = pkgs.callPackage ./my-funky-program.nix {}; in # ... something happens with my-funky-program ``` -- cgit 1.4.1