mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-05-07 09:23:11 +00:00
parent
825ca3e533
commit
636c706e53
|
@ -36,7 +36,7 @@ else
|
||||||
# "fix" the following error when running nix*
|
# "fix" the following error when running nix*
|
||||||
# error: the group 'nixbld' specified in 'build-users-group' does not exist
|
# error: the group 'nixbld' specified in 'build-users-group' does not exist
|
||||||
mkdir -m 0755 /etc/nix
|
mkdir -m 0755 /etc/nix
|
||||||
echo "build-users-group =" > /etc/nix/nix.conf
|
echo "build-users-group =" >> /etc/nix/nix.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then
|
if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue