1
0

GitHub Actions: Use latest stable nixpkgs channel

此提交包含在:
2020-02-21 00:29:49 +00:00
父節點 00f705d757
當前提交 63cd3fc79d

查看文件

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