Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NixOS/nix
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 29, 2020
2 parents 5999978 + fc8eed8 commit e2d398c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e2d398c

Please sign in to comment.