Skip to content

Commit

Permalink
Doc: suggest recommended installation target for Nixos
Browse files Browse the repository at this point in the history
Stack is exported as a package `stack` which is more efficient than `haskellPackages.stack`
  • Loading branch information
aspiwack authored and mgsloan committed Feb 11, 2018
1 parent 6d0ddf3 commit d7c36ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install_and_upgrade.md
Expand Up @@ -195,7 +195,7 @@ can also get the `haskell-stack-tool` package from there.

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

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

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

Expand Down

0 comments on commit d7c36ed

Please sign in to comment.