Skip to content

Commit

Permalink
try fixing act
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 18, 2021
1 parent 3d40e9d commit 81f1eda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/install-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,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 /tmp/nix.conf /etc/nix/nix.conf
fi

if [[ $INPUT_INSTALL_OPTIONS != "" ]]; then
Expand Down

0 comments on commit 81f1eda

Please sign in to comment.