mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 18:05:59 +01:00
Fixing flake
This commit is contained in:
parent
1b5c4ffff5
commit
99b7726502
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
defaultPackage = packages.hyprland;
|
defaultPackage = packages.hyprland;
|
||||||
apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; };
|
apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; };
|
||||||
defaultApp = apps.hyprland;
|
defaultApp = apps.${system}.hyprland;
|
||||||
apps.default =
|
apps.default =
|
||||||
utils.lib.mkApp { drv = self.packages."${system}".hyprland; };
|
utils.lib.mkApp { drv = self.packages."${system}".hyprland; };
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue