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

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

See merge request nounous/nixos!19
merge-requests/20/head
lzebulon 2025-06-22 18:55:16 +02:00
commit a6ed3adc67
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