1
0
Fork 0

Merge "env: fix missing hscloud_nixos export"

master
q3k 2020-03-26 14:15:48 +00:00 committed by Gerrit Code Review
commit 97ce218339
1 changed files with 1 additions and 1 deletions

2
env.sh
View File

@ -18,7 +18,7 @@ hscloud_path="$hscloud_root/bazel-bin/tools:$hscloud_root/bazel-bin/cluster/tool
# Detect NixOS
if [ -d /nix ] && [ ! -f /lib/ld-linux.so.2 ]; then
hscloud_nixos=true
export hscloud_nixos=true
fi
gpg-unlock() {