From 76f99676004c1530baa4c77a5336baa12ec4dc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 17 Nov 2021 20:14:02 -0600 Subject: [PATCH] try fixing act --- lib/install-nix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/install-nix.sh b/lib/install-nix.sh index 904f487..8301444 100755 --- a/lib/install-nix.sh +++ b/lib/install-nix.sh @@ -43,6 +43,8 @@ else # "fix" the following error when running nix* # error: the group 'nixbld' specified in 'build-users-group' does not exist add_config "build-users-group =" + mkdir -m 0755 /etc/nix + cp $workdir/nix.conf /etc/nix/nix.conf fi if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then