lib.systems: add isPE (#468181)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user