mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41: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: |
|
run: |
|
||||||
curl https://nixos.org/nix/install | sh
|
curl https://nixos.org/nix/install | sh
|
||||||
. ~/.nix-profile/etc/profile.d/nix.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-channel --update
|
||||||
nix run -f $TOOL -c donate-ci
|
nix run -f $TOOL -c donate-ci
|
||||||
|
|
Loading…
Reference in a new issue