summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/dev-tools.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix
index 3037167..c002fcb 100644
--- a/modules/dev-tools.nix
+++ b/modules/dev-tools.nix
@@ -25,7 +25,6 @@
jq
knot-dns
ripgrep
- nix-ld
pass
sqlitebrowser
starship
@@ -69,14 +68,4 @@
};
};
};
-
- home.sessionVariables = {
- LD_LIBRARY_PATH =
- with pkgs;
- pkgs.lib.makeLibraryPath [
- stdenv.cc.cc.lib
- zlib
- glib
- ];
- };
}