1
0
Fork 0

env.sh: remove hscloud_nixos

This is not used anymore.

Change-Id: Ic69cd2a9889a992086feb3b55aeec6268c152824
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1165
Reviewed-by: q3k <q3k@hackerspace.pl>
master
q3k 2021-10-16 20:51:06 +02:00 committed by q3k
parent a16af2db91
commit f1dc4d87d8
1 changed files with 0 additions and 5 deletions

5
env.sh
View File

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