Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
ToyVo committed Oct 28, 2024
1 parent c8f6b4e commit bd0fae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Install Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@main

- run: nix build github:$GITHUB_REPOSITORY/$GITHUB_SHA -L
- run: nix build github:$GITHUB_REPOSITORY/$GITHUB_SHA --json | nix run nixpkgs#jq -- -r '.[].outputs | to_entries[].value' | nix run nixpkgs#cachix push toyvo
env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}

# TODO: use the nixpkgs NixOS module or move test to nixpkgs
# TODO: use unshare instead of sudo to mount
Expand Down

0 comments on commit bd0fae9

Please sign in to comment.