From 6f49342b2d5973478f1f5eb6f8d6307059e7bcf7 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 28 Nov 2018 08:34:19 +0100 Subject: populate file: add useChecksum --- 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 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 { -- cgit v1.2.3