lib.systems.inspect.patterns: init isAbiElfv1

This commit is contained in:
OPNA2608
2025-06-25 18:32:36 +02:00
committed by Alyssa Ross
parent 34725f091f
commit 3a51005a85

View File

@@ -64,6 +64,11 @@ rec {
bits = 64;
};
};
isAbiElfv1 = {
abi = {
abi = "elfv1";
};
};
# This ABI is the default in NixOS PowerPC64 BE, but not on mainline GCC,
# so it sometimes causes issues in certain packages that makes the wrong
# assumption on the used ABI.