nixos/regreet: replace deprecated package attrpath
A follow-up to #427540
This commit is contained in:
@@ -26,10 +26,7 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
package = lib.mkPackageOption pkgs [
|
||||
"greetd"
|
||||
"regreet"
|
||||
] { };
|
||||
package = lib.mkPackageOption pkgs "regreet" { };
|
||||
|
||||
settings = lib.mkOption {
|
||||
type = settingsFormat.type;
|
||||
|
||||
Reference in New Issue
Block a user