From 3b27257e9a199679f0ffa164454b21822b4959ef Mon Sep 17 00:00:00 2001 From: rushmorem Date: Thu, 14 Jul 2016 05:40:09 +0200 Subject: [PATCH] habitat: fix naming collision --- pkgs/applications/networking/cluster/habitat/chroot-env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }