From 79a26ab8cf0804c1470a3ee7421f3e917c0fc794 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sun, 5 Apr 2020 15:31:44 -0700 Subject: [PATCH] ignore store-path-pre-build --- .github/workflows/ci.yaml | 4 ---- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbe2c32..11b6f5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.gitignore b/.gitignore index 4de57ca..7dd4844 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ dist/ dist-newstyle/ /nixpkgs-update.cabal /nixpkgs-update.nix -.ghc* \ No newline at end of file +.ghc* +store-path-pre-build \ No newline at end of file