mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-08 16:11:57 -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 {
|
finalPackage = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
|
Reference in New Issue
Block a user