nixos/regreet: replace deprecated package attrpath (#431787)

This commit is contained in:
Michael Hoang
2025-08-21 12:01:34 +10:00
committed by GitHub
+1 -4
View File
@@ -26,10 +26,7 @@ in
'';
};
package = lib.mkPackageOption pkgs [
"greetd"
"regreet"
] { };
package = lib.mkPackageOption pkgs "regreet" { };
settings = lib.mkOption {
type = settingsFormat.type;