Added assertions

This commit is contained in:
Alexander Nortung 2023-01-22 20:31:23 +01:00
parent 5a222885fc
commit 6ad7575d6f
5 changed files with 27 additions and 12 deletions

View file

@ -8,5 +8,10 @@ with lib;
visible = false;
default = [];
};
assertions = mkOption {
type = types.listOf types.attrs; # Not sure what the correct type is here
visible = false;
default = [];
};
};
}