From e9e57495a674266ddf5d3e5aba716c536b30a202 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 23 Nov 2020 14:13:02 +0100 Subject: [PATCH] Disable nix-build --- .github/workflows/nix-build.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/nix-build.yml 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