Skip to content

Commit 76f9967

Browse files
committed
try fixing act
1 parent 7a6ac48 commit 76f9967

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/install-nix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ else
4343
# "fix" the following error when running nix*
4444
# error: the group 'nixbld' specified in 'build-users-group' does not exist
4545
add_config "build-users-group ="
46+
mkdir -m 0755 /etc/nix
47+
cp $workdir/nix.conf /etc/nix/nix.conf
4648
fi
4749

4850
if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then

0 commit comments

Comments
 (0)