1
0
派生 0

GitHub Actions: Use latest stable nixpkgs channel

timestamps
dump_stack() 2020-02-21 00:32:02 +00:00
父节点 f92b4e6640
当前提交 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