diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml deleted file mode 100644 index 2470d4a..0000000 --- a/.github/workflows/nix-build.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: "Nix Build" - -# on: [push] -on: [] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v8 - - name: Cache nix store - uses: actions/cache@v1 - with: - path: /nix - key: ${{ runner.os }}-nix-store - - uses: cachix/cachix-action@v5 - with: - name: hitsofcode - signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - attributes: package