mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 12:41:55 -07:00
Nix/module: fix package option
This commit is contained in:
@@ -30,7 +30,9 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
package = mkPackageOptionMD inputs.packages.${pkgs.system} "hyprland" {};
|
||||
package = (mkPackageOptionMD pkgs "hyprland") {
|
||||
default = inputs.packages.${pkgs.system}.hyprland;
|
||||
};
|
||||
|
||||
finalPackage = mkOption {
|
||||
type = types.package;
|
||||
|
Reference in New Issue
Block a user