Merge branch 'add-no-build' into 'main'

Add --no-build to nix flake check (faster CI)

See merge request nounous/nixos!19
merge-requests/19/merge
lzebulon 2025-06-22 18:55:09 +02:00
commit 88c1ba35eb
1 changed files with 1 additions and 1 deletions

View File

@ -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