From 8cb692c4fd1506621bdec4d39ca52d0bd5dfe02a Mon Sep 17 00:00:00 2001 From: hexchen Date: Sun, 29 Nov 2020 04:34:41 +0000 Subject: [PATCH] ci: caching of the nix store --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7998394..94a729a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,10 @@ image: nixos/nix:latest +cache: + key: nixosisgreat + paths: + - /nix/store + build: stage: build script: