diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2022-09-04 12:11:30 +0200 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2022-09-04 12:27:59 +0200 |
commit | 3e48d1fd85714f7a5172bfb7e65e214d136f1de1 (patch) | |
tree | 83e13cf1c7512c363ee275ae4dd5d8e709a05ecc | |
parent | fd2de4ddd46ce24c10cb2ba8fbfc744acc36da03 (diff) |
name on partition is no longer optional
-rw-r--r-- | types.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -415,7 +415,6 @@ rec { }; name = mkOption { type = types.nullOr types.str; - default = null; }; start = mkOption { type = types.str; |