domenkozar / hie-nix

Nix packages for Haskell IDE Engine
115 stars 18 forks source link

`/bin/bash` not in the Nix store error #46

Closed coot closed 5 years ago

coot commented 5 years ago

I tried to install hies, and I got the mentioned error, more details below:

nix-env -iA hies -f https://github.com/domenkozar/hie-nix/tarball/master --show-trace
error: while evaluating the attribute 'builder' of the derivation '95ca9c8b28311e8e4374da323b3d3341fa477ee6.tar.gz-unpacked' at /nix/store/y6nnr7fr9nb0arb3f1mi3g7m5d1sb7w1-master/fetch-nixpk
gs.nix:10:3:
path '/bin/bash' is not in the Nix store, at /nix/store/y6nnr7fr9nb0arb3f1mi3g7m5d1sb7w1-master/fetch-nixpkgs.nix:11:13
domenkozar commented 5 years ago

nix-env --version

coot commented 5 years ago
nix-env --version
nix-env (Nix) 2.0.4
domenkozar commented 5 years ago

I think that was fixed later on, would you mind upgrading?

coot commented 5 years ago

I cannot due to some dependency conflict; but I'll keep an eye on it.