Merge pull request #4084 from NixOS/dependabot/github_actions/cachix/install-nix-action-v11

Bump cachix/install-nix-action from v10 to v11
This commit is contained in:
Domen Kožar 2020-09-29 13:28:34 +03:00 committed by GitHub
commit fc8eed8a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v10
with:
skip_adding_nixpkgs_channel: true
- uses: cachix/install-nix-action@v11
#- run: nix flake check
- run: nix-build -A checks.$(if [[ `uname` = Linux ]]; then echo x86_64-linux; else echo x86_64-darwin; fi)