Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-03-04 11:15:47 -05:00
parent 577cc10640
commit 0217aad673
1 changed files with 0 additions and 6 deletions

View File

@ -8,12 +8,6 @@
environment.systemPackages = with pkgs; [ wasmtime weechat ];
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";
};
services.tor = {
enable = true;