Skip to content

Commit

Permalink
Out for vacation... DONT YOU DARE TO CALL ME.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicball committed Jan 22, 2024
1 parent 028d8f7 commit 3c0db14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ jobs:
steps:
- uses: docker/setup-qemu-action@v3
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v12
with:
name: nicpkgs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#everything
- run: nix build .#packages.aarch64-linux.everything --extra-platforms aarch64-linux

0 comments on commit 3c0db14

Please sign in to comment.