This commit is contained in:
Mihai Fufezan 2023-08-14 11:37:08 +03:00
parent 9180fb08e2
commit 9ba6eab8db
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ in {
};
package = (mkPackageOptionMD pkgs "hyprland") {
default = inputs.packages.${pkgs.system}.hyprland;
default = inputs.self.packages.${pkgs.system}.hyprland;
};
finalPackage = mkOption {