ci: add gitlab ci

This commit is contained in:
winston 2024-03-09 23:20:46 +01:00
parent 96e9f9de3b
commit 0a96009e96
Signed by: winston
GPG key ID: 3786770EDBC2B481

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
check:
image: nixos/nix
variables:
NIX_CONFIG: |
accept-flake-config = true
extra-experimental-features = flakes nix-command
script:
- nix flake check