mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 03:03:40 +01:00
Nix/module: fix package option
This commit is contained in:
parent
314f88de53
commit
9180fb08e2
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue