From 3bc5252c807eca84e0fee92670f9efb587f60299 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sat, 3 Apr 2021 09:56:15 +0200 Subject: [PATCH] Get rid of now obsolte LD_PRELOAD hack --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 824ff69f..6444af6c 100644 --- a/flake.nix +++ b/flake.nix @@ -345,9 +345,6 @@ export LOGNAME=''${LOGNAME:-foo} # set $HOME for bzr so it can create its trace file export HOME=$(mktemp -d) - - export NIX_REDIRECTS=/etc/protocols=${iana-etc}/etc/protocols - export LD_PRELOAD="${pkgs.libredirect}/lib/libredirect.so" ''; postInstall = ''