Fixing flake

This commit is contained in:
Narice 2022-05-14 17:11:15 +01:00
parent 1b5c4ffff5
commit 99b7726502

View File

@ -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; };
});