add a gitlab-ci

merge-requests/19/head
lzebulon 2025-06-08 17:41:45 +02:00
parent 49d7ae84ee
commit 31e7762cfd
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 "experimental-features= nix-command flakes" >> /etc/nix/nix.conf
- nix-daemon &
nix-flake-check:
stage: test
script:
- nix flake check