aboutsummaryrefslogtreecommitdiffstats
path: root/lib/types/populate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types/populate.nix')
-rw-r--r--lib/types/populate.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/types/populate.nix b/lib/types/populate.nix
index f35786d..2cd3267 100644
--- a/lib/types/populate.nix
+++ b/lib/types/populate.nix
@@ -52,6 +52,10 @@
path = lib.mkOption {
type = lib.types.absolute-pathname;
};
+ useChecksum = lib.mkOption {
+ default = false;
+ type = lib.types.bool;
+ };
};
};
git = lib.types.submodule {