@@ -1,8 +1,19 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
cache: &global_cache
|
||||||
|
key:
|
||||||
|
files:
|
||||||
|
- flake.lock
|
||||||
|
- flake.nix
|
||||||
|
paths:
|
||||||
|
- /nix/store
|
||||||
|
policy: pull-push
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
stage: build
|
stage: build
|
||||||
|
cache:
|
||||||
|
<<: *global_cache
|
||||||
script:
|
script:
|
||||||
- nix --experimental-features 'nix-command flakes' flake check
|
- nix --experimental-features 'nix-command flakes' flake check
|
||||||
|
Reference in New Issue
Block a user