diff --git a/pkgs/applications/networking/cluster/habitat/chroot-env.nix b/pkgs/applications/networking/cluster/habitat/chroot-env.nix index 388477f96e85..7d6b3749904b 100644 --- a/pkgs/applications/networking/cluster/habitat/chroot-env.nix +++ b/pkgs/applications/networking/cluster/habitat/chroot-env.nix @@ -3,7 +3,7 @@ { habitat, libsodium, libarchive, openssl, buildFHSUserEnv }: buildFHSUserEnv { - name = "hab"; + name = "habitat-sh"; targetPkgs = pkgs: [ habitat libsodium libarchive openssl ]; runScript = "bash"; }