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

merge-requests/19/head
lzebulon 2025-06-22 18:54:47 +02:00
parent ab20269f92
commit 259aa15db8
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ nix-flake-check:
timeout: 1h
stage: test
script:
- nix flake check
- nix flake check --no-build