Skip to content

Commit d7c36ed

Browse files
aspiwackmgsloan
authored andcommitted
Doc: suggest recommended installation target for Nixos
Stack is exported as a package `stack` which is more efficient than `haskellPackages.stack`
1 parent 6d0ddf3 commit d7c36ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install_and_upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ can also get the `haskell-stack-tool` package from there.
195195

196196
Users who follow the `nixos-unstable` channel or the Nixpkgs `master` branch can install the latest `stack` release into their profile by running:
197197

198-
nix-env -f "<nixpkgs>" -iA haskellPackages.stack
198+
nix-env -f "<nixpkgs>" -iA stack
199199

200200
Alternatively, the package can be built from source as follows.
201201

0 commit comments

Comments
 (0)