GitHub Actions: Use latest stable nixpkgs channel

timestamps
dump_stack() 2020-02-21 00:32:02 +00:00
コミット 1c2ea77920
署名者: dump_stack
GPGキーID: BE44DA8C062D87DC
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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