mirror of https://gitlab.crans.org/nounous/nixos
add a gitlab-ci
parent
49d7ae84ee
commit
31e7762cfd
|
@ -0,0 +1,10 @@
|
||||||
|
image: nixos/nix:latest
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- echo "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