Properly terminate nix-build code in readme.
This commit is contained in:
parent
345e22cf30
commit
1c29a03f78
|
@ -30,7 +30,7 @@ First clone this repository, then
|
|||
`users.extraUsers.<name>.packages` or into your home-manager configuration packages
|
||||
|
||||
### with nix-build
|
||||
* `nix-build -E 'with import <nixpkgs> {}; pkgs.callPackage ./default.nix { }'
|
||||
* `nix-build -E 'with import <nixpkgs> {}; pkgs.callPackage ./default.nix { }'`
|
||||
|
||||
|
||||
### Installation parameters
|
||||
|
|
Loading…
Reference in a new issue