GitHub Actions: Use latest stable nixpkgs channel

timestamps
dump_stack() 2020-02-21 00:32:02 +00:00
padre f92b4e6640
commit 1c2ea77920
Firmado por: dump_stack
ID de clave GPG: BE44DA8C062D87DC
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -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