Skip to content

Commit

Permalink
strip down shell more
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Dec 30, 2023
1 parent c1160d0 commit 8f66d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/shells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
preHook = "";
allowedRequisites = null;
initialPath = lib.singleton prev.toybox;
shell = lib.getExe prev.bash;
shell = lib.getExe prev.bash.override { interactive = false; };
extraNativeBuildInputs = [ ];
};
};
Expand Down

0 comments on commit 8f66d10

Please sign in to comment.