Merge pull request #16942 from rushmorem/hab
habitat: fix naming collision
This commit is contained in:
commit
af25e0127c
@ -3,7 +3,7 @@
|
||||
{ habitat, libsodium, libarchive, openssl, buildFHSUserEnv }:
|
||||
|
||||
buildFHSUserEnv {
|
||||
name = "hab";
|
||||
name = "habitat-sh";
|
||||
targetPkgs = pkgs: [ habitat libsodium libarchive openssl ];
|
||||
runScript = "bash";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user