mirror of https://gitlab.crans.org/nounous/nixos
Merge branch 'add-no-build' into 'main'
Add --no-build to nix flake check (faster CI) See merge request nounous/nixos!19merge-requests/19/merge
commit
88c1ba35eb
|
@ -8,4 +8,4 @@ nix-flake-check:
|
||||||
timeout: 1h
|
timeout: 1h
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- nix flake check
|
- nix flake check --no-build
|
||||||
|
|
Loading…
Reference in New Issue