ignore store-path-pre-build

This commit is contained in:
Ryan Mulligan 2020-04-05 15:31:44 -07:00
parent 19a8a8c0d0
commit 79a26ab8cf
2 changed files with 2 additions and 5 deletions

View File

@ -14,9 +14,5 @@ jobs:
- uses: cachix/cachix-action@v5
with:
name: nixpkgs-update
skipNixBuild: true
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: nix-instantiate
run: 'nix-instantiate default.nix && cat $(nix-instantiate default.nix)'
shell: bash

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ dist/
dist-newstyle/
/nixpkgs-update.cabal
/nixpkgs-update.nix
.ghc*
.ghc*
store-path-pre-build