Merge pull request #142272 from ju1m/console

nixos/console: fix cross-compiling

authored by

Michele Guerini Rocco and committed by
GitHub
b1df6feb 2526c085

+1 -1
+1 -1
nixos/modules/config/console.nix
··· 116 116 { console.keyMap = with config.services.xserver; 117 117 mkIf cfg.useXkbConfig 118 118 (pkgs.runCommand "xkb-console-keymap" { preferLocalBuild = true; } '' 119 - '${pkgs.ckbcomp}/bin/ckbcomp' \ 119 + '${pkgs.buildPackages.ckbcomp}/bin/ckbcomp' \ 120 120 ${optionalString (config.environment.sessionVariables ? XKB_CONFIG_ROOT) 121 121 "-I${config.environment.sessionVariables.XKB_CONFIG_ROOT}" 122 122 } \