mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
Update lib/systems/inspect.nix
Co-authored-by: Naïm Favier <n@monade.li>
This commit is contained in:
parent
435618d9b3
commit
009a3f1857
1 changed files with 1 additions and 1 deletions
|
@ -98,6 +98,6 @@ rec {
|
||||||
# apply only to the `parsed` field.
|
# apply only to the `parsed` field.
|
||||||
|
|
||||||
platformPatterns = {
|
platformPatterns = {
|
||||||
isStatic = { parsed = {}; isStatic = true; };
|
isStatic = { parsed = {}; isStatic = true; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue