waybox: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 11:43:56 -05:00
committed by Michael Daniels
parent 462f79ef84
commit dd3c1e22ef
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
wayland,
wayland-protocols,
wayland-scanner,
wlroots,
wlroots_0_17,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
udev
wayland
wayland-protocols
wlroots
wlroots_0_17
];
strictDeps = true;
-4
View File
@@ -10641,10 +10641,6 @@ with pkgs;
i3-wk-switch = callPackage ../applications/window-managers/i3/wk-switch.nix { };
waybox = callPackage ../by-name/wa/waybox/package.nix {
wlroots = wlroots_0_17;
};
workstyle = callPackage ../applications/window-managers/i3/workstyle.nix { };
wmfocus = callPackage ../applications/window-managers/i3/wmfocus.nix { };