about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/habitat/chroot-env.nix
blob: 7d6b3749904bc660dd155c57eee4dbda83166ab0 (plain) (blame)
1
2
3
4
5
6
7
8
9
# TODO: Drop once https://github.com/habitat-sh/habitat/issues/994
#       is resolved.
{ habitat, libsodium, libarchive, openssl, buildFHSUserEnv }:

buildFHSUserEnv {
    name = "habitat-sh";
    targetPkgs = pkgs: [ habitat libsodium libarchive openssl ];
    runScript = "bash";
}