From 8f44460003ae10f543ccb6a29f15b57e42ca3aad Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 8 Aug 2019 17:12:48 +0200 Subject: populate git: add fetchAlways option --- lib/types/populate.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/types/populate.nix') diff --git a/lib/types/populate.nix b/lib/types/populate.nix index 49996f6..bf90ace 100644 --- a/lib/types/populate.nix +++ b/lib/types/populate.nix @@ -81,6 +81,10 @@ type = lib.types.listOf lib.types.str; }; }; + fetchAlways = lib.mkOption { + type = lib.types.bool; + default = false; + }; ref = lib.mkOption { type = lib.types.str; # TODO lib.types.git.ref }; -- cgit v1.2.3