From 3e48d1fd85714f7a5172bfb7e65e214d136f1de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 4 Sep 2022 12:11:30 +0200 Subject: name on partition is no longer optional --- types.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'types.nix') diff --git a/types.nix b/types.nix index 8e4e2a6..81be650 100644 --- a/types.nix +++ b/types.nix @@ -415,7 +415,6 @@ rec { }; name = mkOption { type = types.nullOr types.str; - default = null; }; start = mkOption { type = types.str; -- cgit v1.2.3