enable ci
This commit is contained in:
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
image: nixpkgs/nix:nixos-24.05
|
||||||
|
script: nix build . --extra-experimental-features "nix-command flakes"
|
||||||
Reference in New Issue
Block a user