added gitlab ci

This commit is contained in:
Jack Wines 2023-08-02 00:18:48 -07:00
parent aaeac0cb63
commit 8a8ede9fcc

14
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,14 @@
image: nixos/nix
stages:
- build
build:
stage: build
script:
- nix build --experimental-features 'nix-command flakes'
- rm -r result
cache:
paths: "/nix/store"
artifacts:
untracked: true