diff options
author | Narice <[email protected]> | 2022-05-14 17:20:22 +0100 |
---|---|---|
committer | Narice <[email protected]> | 2022-05-14 17:20:22 +0100 |
commit | cde66de09f25c0cbddad553385a871b1b7175ecf (patch) | |
tree | 36f89c98e92ea582e97fd721af897f09d6aa270f | |
parent | f012faea49b4f1c6a5c197262f2fede471c6144b (diff) | |
download | Hyprland-cde66de09f25c0cbddad553385a871b1b7175ecf.tar.gz Hyprland-cde66de09f25c0cbddad553385a871b1b7175ecf.zip |
Revert "Fixing flake"
This reverts commit 99b7726502f69ede0467c7e17db75693e2677e6c.
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ }; defaultPackage = packages.hyprland; apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; }; - defaultApp = apps.${system}.hyprland; + defaultApp = apps.hyprland; apps.default = utils.lib.mkApp { drv = self.packages."${system}".hyprland; }; }); |