Skip to content

Commit

Permalink
Fix typo in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
masaeedu authored and tazjin committed Dec 18, 2019
1 parent e0a051a commit 80a23e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ package set (as well as certain subsets, such as `haskellPackages`).
```nix
{ pkgs ? import <nixpkgs> {} }:
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
```

Expand Down

0 comments on commit 80a23e3

Please sign in to comment.