Update lib/systems/inspect.nix

Co-authored-by: Naïm Favier <n@monade.li>
This commit is contained in:
Adam Joseph
2023-01-27 11:16:35 +00:00
committed by GitHub
parent 435618d9b3
commit 009a3f1857

View File

@@ -98,6 +98,6 @@ rec {
# apply only to the `parsed` field.
platformPatterns = {
isStatic = { parsed = {}; isStatic = true; };
isStatic = { parsed = {}; isStatic = true; };
};
}