aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorNarice <[email protected]>2022-05-14 17:11:15 +0100
committerNarice <[email protected]>2022-05-14 17:11:15 +0100
commit99b7726502f69ede0467c7e17db75693e2677e6c (patch)
tree0ad538a3d78bbca4cec9411f26607347702632bd /flake.nix
parent1b5c4ffff5ff5675eeba03a78cd1ce3505518dbe (diff)
downloadHyprland-99b7726502f69ede0467c7e17db75693e2677e6c.tar.gz
Hyprland-99b7726502f69ede0467c7e17db75693e2677e6c.zip
Fixing flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 91dfc5f0..06fa5613 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,7 +28,7 @@
};
defaultPackage = packages.hyprland;
apps.hyprland = utils.lib.mkApp { drv = packages.hyprland; };
- defaultApp = apps.hyprland;
+ defaultApp = apps.${system}.hyprland;
apps.default =
utils.lib.mkApp { drv = self.packages."${system}".hyprland; };
});