added gitlab ci

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

View file

@ -9,6 +9,7 @@ build:
- nix build --experimental-features 'nix-command flakes' - nix build --experimental-features 'nix-command flakes'
- rm -r result - rm -r result
cache: cache:
paths: "/nix/store" paths:
- /nix/store
artifacts: artifacts:
untracked: true untracked: true