We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439f717 commit 82ce26dCopy full SHA for 82ce26d
lib/install-nix.sh
@@ -33,11 +33,7 @@ if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then
33
fi
34
35
echo "installer options: ${installer_options[@]}"
36
-# On self-hosted runners we don't need to install more than once
37
-if [[ ! -d /nix/store ]]
38
-then
39
- sh <(curl --retry 5 --retry-connrefused -L "${INPUT_INSTALL_URL:-https://nixos.org/nix/install}") "${installer_options[@]}"
40
-fi
+sh <(curl --retry 5 --retry-connrefused -L "${INPUT_INSTALL_URL:-https://nixos.org/nix/install}") "${installer_options[@]}"
41
42
if [[ $OSTYPE =~ darwin ]]; then
43
# Disable spotlight indexing of /nix to speed up performance
0 commit comments