mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 08:31:29 +00:00
GitHub Actions: Use latest stable nixpkgs channel
This commit is contained in:
parent
00f705d757
commit
63cd3fc79d
2
.github/workflows/donate.yml
vendored
2
.github/workflows/donate.yml
vendored
|
@ -19,5 +19,7 @@ jobs:
|
|||
run: |
|
||||
curl https://nixos.org/nix/install | sh
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
# Use latest stable nixpkgs channel
|
||||
nix-channel --add https://nixos.org/channels/nixos-19.09 nixpkgs
|
||||
nix-channel --update
|
||||
nix run -f $TOOL -c donate-ci
|
||||
|
|
Loading…
Reference in a new issue