Fix typo in code snippet
This commit is contained in:
parent
5f4664ad5a
commit
56a1f03a10
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ package set (as well as certain subsets, such as `haskellPackages`).
|
||||||
```nix
|
```nix
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ 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
|
in # ... something happens with my-funky-program
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue