diff --git a/.github/workflows/build-cache.yml b/.github/workflows/build-cache.yml deleted file mode 100644 index 3da5e5fb..00000000 --- a/.github/workflows/build-cache.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Build and Cache NixOS Configs -on: - pull_request: - push: - branches-ignore: - # Don't run twice on automation updates, rely on pull_request hook - - 'automation/**' - - 'dependabot/**' -jobs: - build-and-cache: - name: Build packages and push to cachix - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v30 - - uses: cachix/cachix-action@v15 - with: - name: mrjones2014-dotfiles - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - name: Build all outputs and cache - run: | - nix build github:srid/devour-flake \ - -L --no-link --print-out-paths \ - --override-input flake . | xargs cat | cachix push mrjones2014-dotfiles