Skip to content

Commit

Permalink
Add bundled.recursive to nix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Nov 16, 2023
1 parent 133bee0 commit 1b387f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
echo Building the project
nix build .#check --log-lines 500 --show-trace
echo Build the recursive output
echo Build the recursive outputs
nix build .#recursive.allDerivations --log-lines 500 --show-trace
nix build .#bundled.recursive.allDerivations --log-lines 500 --show-trace

0 comments on commit 1b387f2

Please sign in to comment.