From 04381c13682a9a7f1e29595bf3edf2abdc55c3b3 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 26 Dec 2025 15:48:23 +0530 Subject: chore(os/common): linked /bin/sh to bash ssh-copy-id breaks on dash after this https://github.com/openssh/openssh-portable/commit/7fc9ccdce18841ebd0a97e31e43258512ab32a32 --- os/common/modules/environment.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'os') diff --git a/os/common/modules/environment.nix b/os/common/modules/environment.nix index 576d756..790f5fc 100644 --- a/os/common/modules/environment.nix +++ b/os/common/modules/environment.nix @@ -1,11 +1,7 @@ -{ pkgs, lib, ... }: +{ pkgs, ... }: { environment = { - binsh = lib.getExe pkgs.dash; - systemPackages = with pkgs; [ - dash - neovim - ]; + systemPackages = with pkgs; [ neovim ]; variables = { EDITOR = "nvim"; -- cgit v1.2.3