Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/cachix.yml')
| -rw-r--r-- | .github/workflows/cachix.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml deleted file mode 100644 index c7d945f5..00000000 --- a/.github/workflows/cachix.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Publish the Nix flake outputs to Cachix -name: Cachix -on: - push: - branches: - - master - -jobs: - publish: - name: Publish Flake - runs-on: ubuntu-latest - steps: - - name: Checkout sources - uses: actions/checkout@v5 - - - name: Install nix - uses: cachix/install-nix-action@v31 - - - name: Authenticate with Cachix - uses: cachix/cachix-action@v16 - with: - name: helix - authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} - - - name: Build nix flake - run: nix build -L |