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