treewide: use pkgs.lndir instead of pkgs.xorg.lndir

Follow the change in nixpkgs.
This commit is contained in:
K900 2026-02-05 19:20:28 +03:00 committed by Austin Horstman
parent bbccee8713
commit 332027bc0a
2 changed files with 2 additions and 3 deletions

View file

@ -291,7 +291,7 @@ in
home-files =
pkgs.runCommandLocal "home-manager-files"
{
nativeBuildInputs = [ pkgs.xorg.lndir ];
nativeBuildInputs = [ pkgs.lndir ];
}
(
''

View file

@ -64,9 +64,8 @@ let
# Needed by pretty much all tests that have anything to do with fish.
babelfish
fish
lndir
;
xorg = super.xorg.overrideScope (self: super: { inherit (pkgs.xorg) lndir; });
};
outer =