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 Jan 1, 2024
1 parent cfc6373 commit a9ca7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/shells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
preHook = "";
allowedRequisites = null;

initialPath = lib.singleton prev.coreutils.override {
initialPath = lib.singleton (prev.coreutils.override {
aclSupport = false;
attrSupport = false;
gmpSupport = false;
};
});

shell = lib.getExe (prev.bash.override { interactive = false; });
extraNativeBuildInputs = [ ];
Expand Down

0 comments on commit a9ca7fb

Please sign in to comment.