Skip to content

Commit 2ef7fec

Browse files
committed
nixos/systemd-lib: fix cross-compiling
1 parent 808ad2a commit 2ef7fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/system/boot/systemd-lib.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ with lib;
44

55
let
66
cfg = config.systemd;
7-
lndir = "${pkgs.xorg.lndir}/bin/lndir";
7+
lndir = "${pkgs.buildPackages.xorg.lndir}/bin/lndir";
88
in rec {
99

1010
shellEscape = s: (replaceChars [ "\\" ] [ "\\\\" ] s);

0 commit comments

Comments
 (0)