mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Update lib/systems/inspect.nix
Co-authored-by: Naïm Favier <n@monade.li>
This commit is contained in:
parent
009a3f1857
commit
9c0a3417c8
@ -97,7 +97,7 @@ rec {
|
||||
# that `lib.meta.availableOn` can distinguish them from the patterns which
|
||||
# apply only to the `parsed` field.
|
||||
|
||||
platformPatterns = {
|
||||
isStatic = { parsed = {}; isStatic = true; };
|
||||
platformPatterns = mapAttrs (_: p: { parsed = {}; } // p) {
|
||||
isStatic = { isStatic = true; };
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user