about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-09-05 00:30:53 +0200
committerBaitinq <[email protected]>2022-09-05 00:30:53 +0200
commit6dbde606b968a0e2a5ff73d53de927802e3fc61f (patch)
treea6adb9e8c6debb9984fcd2aefa9f1e463816328c
parentAdd another wifi network (diff)
downloadnixos-config-6dbde606b968a0e2a5ff73d53de927802e3fc61f.tar.gz
nixos-config-6dbde606b968a0e2a5ff73d53de927802e3fc61f.tar.bz2
nixos-config-6dbde606b968a0e2a5ff73d53de927802e3fc61f.zip
Set bash as the default /bin/sh
-rw-r--r--hosts/configuration.nix3
1 files changed, 0 insertions, 3 deletions
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;