Remove the revCount attribute from the generated flake registry (#316225)

This commit is contained in:
jade 2024-10-04 15:25:55 -07:00 committed by GitHub
commit f0ce0e71c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ in
type = "path";
path = config.flake.outPath;
} // filterAttrs
(n: _: n == "lastModified" || n == "rev" || n == "revCount" || n == "narHash")
(n: _: n == "lastModified" || n == "rev" || n == "narHash")
config.flake
));
};