nix: move dev outputs to subflake
This commit is contained in:
parent
3503dda44d
commit
921540e249
18 changed files with 461 additions and 331 deletions
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
@ -48,4 +48,6 @@ jobs:
|
|||
uses: DeterminateSystems/magic-nix-cache-action@v4
|
||||
|
||||
- name: Run checks
|
||||
run: nix flake check --print-build-logs --show-trace
|
||||
run: |
|
||||
cd ./nix/dev
|
||||
nix flake check --print-build-logs --show-trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue