mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-23 00:50:52 +00:00
try fixing act
This commit is contained in:
parent
7a6ac48c9d
commit
76f9967600
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue