From 0db5afb9d618571048bc30958e10b1990130bbb4 Mon Sep 17 00:00:00 2001 From: Maximilian Seidler Date: Fri, 22 Mar 2024 08:36:38 +0100 Subject: [PATCH] Nix/HM module: empty defaults for images and labels --- nix/hm-module.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 506cd95..89479ed 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -228,9 +228,7 @@ in { }; }; }); - default = [ - {} - ]; + default = []; }; input-fields = mkOption { @@ -484,9 +482,7 @@ in { } // shadow; }); - default = [ - {} - ]; + default = []; }; };