More specifically identify if nix is installed
This commit is contained in:
parent
a6257ed7d1
commit
4a461eb974
@ -7,7 +7,7 @@ set -e
|
||||
set -x
|
||||
|
||||
# Abort installation if Nix is already installed
|
||||
if [ -d /nix ]; then
|
||||
if [ -d /nix/store ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user