disable ldso32 stub to save eval time

This commit is contained in:
Jörg Thalheim
2024-09-15 13:58:10 +02:00
parent 71039cd1ac
commit 138a929485

View File

@@ -29,4 +29,7 @@
# Work around for https://github.com/NixOS/nixpkgs/issues/124215
documentation.info.enable = lib.mkDefault false;
# Don't install the /lib/ld-linux.so.2 stub. This saves one instance of nixpkgs.
environment.ldso32 = null;
}