Skip to content

Commit

Permalink
ci: switch to nix-quick-install
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5a4 committed Sep 15, 2024
1 parent bc70e73 commit 5f51041
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
with:
path: |
/nix/store
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: nixbuild/nix-quick-install-action@v28
- run: nix flake show --json |
jq '.packages."x86_64-linux"|keys[]' |
xargs -I {} nix build .#{}
Expand Down

0 comments on commit 5f51041

Please sign in to comment.