add default for nix store path
This commit is contained in:
parent
11d5fa8f3f
commit
e0b24c4b01
|
@ -57,6 +57,7 @@ in
|
||||||
description = ''
|
description = ''
|
||||||
Location of nix cache that is shared between builds
|
Location of nix cache that is shared between builds
|
||||||
'';
|
'';
|
||||||
|
default = "/var/lib/docker-ci-runner";
|
||||||
type = types.path;
|
type = types.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue