habitat: fix naming collision

This commit is contained in:
rushmorem 2016-07-14 05:40:09 +02:00
parent 321f3be089
commit 3b27257e9a

View File

@ -3,7 +3,7 @@
{ habitat, libsodium, libarchive, openssl, buildFHSUserEnv }:
buildFHSUserEnv {
name = "hab";
name = "habitat-sh";
targetPkgs = pkgs: [ habitat libsodium libarchive openssl ];
runScript = "bash";
}