disable ldso32 stub to save eval time
This commit is contained in:
@@ -29,4 +29,7 @@
|
|||||||
|
|
||||||
# Work around for https://github.com/NixOS/nixpkgs/issues/124215
|
# Work around for https://github.com/NixOS/nixpkgs/issues/124215
|
||||||
documentation.info.enable = lib.mkDefault false;
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user