Merge branch 'gitlab-ci' into 'main'

add a gitlab-ci

See merge request nounous/nixos!15
merge-requests/19/head
lzebulon 2025-06-08 18:14:16 +02:00
commit 49ac7bc298
1 changed files with 10 additions and 0 deletions

10
.gitlab-ci.yml 100644
View File

@ -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