mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-15 17:50:53 +00:00
fish: fix session vars build in cross-compiled system (#4293)
This commit is contained in:
parent
310c0063b2
commit
89df56fefe
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ let
|
|||
|
||||
translatedSessionVariables =
|
||||
pkgs.runCommandLocal "hm-session-vars.fish" { } ''
|
||||
${pkgs.babelfish}/bin/babelfish \
|
||||
${pkgs.buildPackages.babelfish}/bin/babelfish \
|
||||
<${config.home.sessionVariablesPackage}/etc/profile.d/hm-session-vars.sh \
|
||||
>$out
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue