mirror of https://gitlab.crans.org/nounous/nixos
Merge branch 'gitlab-ci' into 'main'
add a gitlab-ci See merge request nounous/nixos!15merge-requests/19/head
commit
49ac7bc298
|
@ -0,0 +1,10 @@
|
||||||
|
image: nixos/nix:latest
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- echo "extra-experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||||
|
- nix-daemon &
|
||||||
|
|
||||||
|
nix-flake-check:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- nix flake check
|
Loading…
Reference in New Issue