nixos/nix-ld: set NIX_LD by default
This commit is contained in:
@@ -12,9 +12,6 @@ import ./make-test-python.nix ({ lib, pkgs, ...} :
|
||||
};
|
||||
testScript = ''
|
||||
start_all()
|
||||
path = "${pkgs.stdenv.cc}/nix-support/dynamic-linker"
|
||||
with open(path) as f:
|
||||
real_ld = f.read().strip()
|
||||
machine.succeed(f"NIX_LD={real_ld} hello")
|
||||
machine.succeed("hello")
|
||||
'';
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user