Skip to content

Commit

Permalink
use configured environment.usrbinenv and environment.binsh
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Dec 4, 2022
1 parent 42915a4 commit d91aeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/envfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ let
options = [
"fallback-path=${pkgs.runCommand "fallback-path" {} ''
mkdir -p $out
ln -s ${pkgs.coreutils}/bin/env $out/env
ln -s ${config.system.build.binsh}/bin/sh $out/sh
ln -s ${config.environment.usrbinenv} $out/env
ln -s ${config.environment.binsh} $out/sh
''}"
];
};
Expand Down

0 comments on commit d91aeef

Please sign in to comment.