We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808ad2a commit 2ef7fecCopy full SHA for 2ef7fec
nixos/modules/system/boot/systemd-lib.nix
@@ -4,7 +4,7 @@ with lib;
4
5
let
6
cfg = config.systemd;
7
- lndir = "${pkgs.xorg.lndir}/bin/lndir";
+ lndir = "${pkgs.buildPackages.xorg.lndir}/bin/lndir";
8
in rec {
9
10
shellEscape = s: (replaceChars [ "\\" ] [ "\\\\" ] s);
0 commit comments