Don't overwrite nix config

Closes #97
This commit is contained in:
Sandro 2021-10-28 11:13:20 +02:00 committed by GitHub
parent 825ca3e533
commit 636c706e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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