diff --git a/.github/workflows/nix-build.yaml b/.github/workflows/nix-build.yaml index 1f6d8758..ddb3385a 100644 --- a/.github/workflows/nix-build.yaml +++ b/.github/workflows/nix-build.yaml @@ -26,28 +26,28 @@ jobs: # - run: nix build .#devShells.x86_64-linux.default --print-build-logs --impure # system & home configurations - deploy-voyager: - runs-on: ubuntu-latest - steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v25 - with: - nix_path: nixpkgs=channel:nixos-unstable - - uses: cachix/cachix-action@v14 - with: - name: gabedunn - # If you chose signing key for write access - signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" - # If you chose API tokens for write access OR if you have a private cache - authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - - run: | - spec=$(nix build --print-out-paths) - cachix push gabedunn $spec - cachix deploy activate $spec + # deploy-voyager: + # runs-on: ubuntu-latest + # steps: + # - name: Free Disk Space (Ubuntu) + # uses: jlumbroso/free-disk-space@main + # with: + # tool-cache: true + # - uses: actions/checkout@v4 + # - uses: cachix/install-nix-action@v25 + # with: + # nix_path: nixpkgs=channel:nixos-unstable + # - uses: cachix/cachix-action@v14 + # with: + # name: gabedunn + # # If you chose signing key for write access + # signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" + # # If you chose API tokens for write access OR if you have a private cache + # authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" + # - run: | + # spec=$(nix build --print-out-paths) + # cachix push gabedunn $spec + # cachix deploy activate $spec home-deck: runs-on: ubuntu-latest