Skip to content

Commit

Permalink
temp. disable voyager cachix build until can fix
Browse files Browse the repository at this point in the history
  • Loading branch information
redxtech committed Mar 19, 2024
1 parent 7e82644 commit 2031437
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/nix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2031437

Please sign in to comment.