build(gitlab-ci): disable flake check building
This commit is contained in:
parent
a8c6987854
commit
7952f70165
|
@ -14,7 +14,7 @@ stages:
|
|||
check:
|
||||
stage: test
|
||||
script:
|
||||
- cachix watch-exec felschr nix flake check
|
||||
- cachix watch-exec felschr nix flake check --no-build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue