about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..f88c3cd
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+---
+image: nixpkgs/nix-flakes:latest
+variables:
+  NIX_PATH: "nixpkgs=channel:nixpkgs-unstable"
+
+stages:
+  - test
+
+test:
+  stage: test
+  script:
+    - nix --version
+    - nix flake check

Consider giving Nix/NixOS a try! <3