lib.systems: add isPE (#468181)

This commit is contained in:
John Ericson
2025-12-05 19:48:03 +00:00
committed by GitHub
+3
View File
@@ -437,6 +437,9 @@ rec {
isMacho = {
kernel.execFormat = execFormats.macho;
};
isPE = {
kernel.execFormat = execFormats.pe;
};
};
# given two patterns, return a pattern which is their logical AND.