Skip to content

Commit

Permalink
Update packages/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: 3u13r <[email protected]>
  • Loading branch information
burgerdev and 3u13r authored Feb 15, 2024
1 parent 57da205 commit 140df57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ rec {
copyToRoot = [ openssl bash coreutils ncurses bashInteractive vim procps ];
config = {
Cmd = [ "bash" ];
Env = [ "PATH=/bin" ];
Env = [ "PATH=/bin" ]; # This is only here for policy generation.
};
};
port-forwarder = dockerTools.buildImage {
Expand Down

0 comments on commit 140df57

Please sign in to comment.