mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
habitat: fix naming collision
This commit is contained in:
parent
321f3be089
commit
3b27257e9a
@ -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