From 5b47cc39c1d94d52a791e681fa3152754b9818cd Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 23 Jul 2023 22:56:25 +0200 Subject: retire toaster, refactor a bit --- modules/basic-tools/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/basic-tools') diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 19b319c..4fd52ea 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -97,6 +97,15 @@ ''; }; + programs.nix-ld.enable = true; + environment.variables = { + NIX_LD_LIBRARY_PATH = lib.makeLibraryPath [ + pkgs.stdenv.cc.cc + ]; + NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker"; + }; + + programs.iftop.enable = true; programs.mosh.enable = true; -- cgit v1.3.1