ci: caching of the nix store
This commit is contained in:
parent
514526cab8
commit
8cb692c4fd
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
image: nixos/nix:latest
|
||||
|
||||
cache:
|
||||
key: nixosisgreat
|
||||
paths:
|
||||
- /nix/store
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue