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