diff --git a/doc/install_and_upgrade.md b/doc/install_and_upgrade.md index c209462397..719aaeb5fc 100644 --- a/doc/install_and_upgrade.md +++ b/doc/install_and_upgrade.md @@ -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 "" -iA haskellPackages.stack + nix-env -f "" -iA stack Alternatively, the package can be built from source as follows.