From 6dbde606b968a0e2a5ff73d53de927802e3fc61f Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 5 Sep 2022 00:30:53 +0200 Subject: Set bash as the default /bin/sh --- hosts/configuration.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index bc63371..57f8b6f 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -86,7 +86,6 @@ # $ nix search wget environment.systemPackages = with pkgs; [ (uutils-coreutils.override { prefix = ""; }) - dash lm_sensors pulseaudio # used for tools python @@ -109,8 +108,6 @@ environment.defaultPackages = [ ]; - environment.binsh = "${pkgs.dash}/bin/dash"; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; -- cgit 1.4.1