Skip to content

Commit

Permalink
containers: provide /usr/bin/env
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Aug 29, 2023
1 parent 68ea687 commit 30c9472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ let
copyToRoot = [
(pkgs.runCommand "create-paths" { } ''
mkdir -p $out/tmp
mkdir -p $out/usr/bin
ln -s ${pkgs.coreutils-full}/bin/env $out/usr/bin/env
'')
(pkgs.buildEnv {
name = "root";
Expand Down

0 comments on commit 30c9472

Please sign in to comment.