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