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 7a6ac48 commit 0a13591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-20.03
- run: nix-env -iA cachix -f https://cachix.org/api/v1/install
- run: test $NIX_PATH == "nixpkgs=channel:nixos-20.03"
- run: cat /etc/nix/nix.conf
# cachix should be available and be able to configure a cache
- run: cachix use cachix
Expand Down
2 changes: 2 additions & 0 deletions lib/install-nix.sh
Expand Up @@ -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
Expand Down

0 comments on commit 0a13591

Please sign in to comment.