From 636c706e53b649952fa8e294368efb8e47fd8dda Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 28 Oct 2021 11:13:20 +0200 Subject: [PATCH] Don't overwrite nix config Closes #97 --- lib/install-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install-nix.sh b/lib/install-nix.sh index 97878811..4d9b8e93 100755 --- a/lib/install-nix.sh +++ b/lib/install-nix.sh @@ -36,7 +36,7 @@ else # "fix" the following error when running nix* # error: the group 'nixbld' specified in 'build-users-group' does not exist mkdir -m 0755 /etc/nix - echo "build-users-group =" > /etc/nix/nix.conf + echo "build-users-group =" >> /etc/nix/nix.conf fi if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then