From 170c46d53c83c9bf277b7b6dba7e86c052eae257 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 31 Oct 2018 18:24:57 +0100 Subject: populate git: add clean.exclude --- lib/default.nix | 1 + lib/types/populate.nix | 6 ++++++ 2 files changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/default.nix b/lib/default.nix index 3ebefdc..cf57316 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -16,6 +16,7 @@ let { }; }; sanitize = x: lib.getAttr (lib.typeOf x) { + list = map sanitize x; set = lib.mapAttrs (lib.const sanitize) (lib.filterAttrs diff --git a/lib/types/populate.nix b/lib/types/populate.nix index 3b13df0..f35786d 100644 --- a/lib/types/populate.nix +++ b/lib/types/populate.nix @@ -56,6 +56,12 @@ }; git = lib.types.submodule { options = { + clean = { + exclude = lib.mkOption { + default = []; + type = lib.types.listOf lib.types.str; + }; + }; ref = lib.mkOption { type = lib.types.str; # TODO lib.types.git.ref }; -- cgit v1.2.3