mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 14:45:59 +01:00
Nix/module: final fix
This commit is contained in:
parent
9ba6eab8db
commit
a0cf890292
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue