fix: use nix profile add instead of install
This commit is contained in:
parent
0d538109f8
commit
c5762044eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/review.yml
vendored
2
.github/workflows/review.yml
vendored
|
|
@ -153,7 +153,7 @@ jobs:
|
|||
elif [[ ${{ inputs.push-to-cache && vars.CACHIX_CACHE != '' }} = true ]]; then
|
||||
pkgs+=(cachix)
|
||||
fi
|
||||
nix profile install -f packages.nix ${pkgs[@]}
|
||||
nix profile add -f packages.nix ${pkgs[@]}
|
||||
|
||||
- name: clone nixpkgs
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue