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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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