Remove the revCount attribute from the generated flake registry (#316225)
This commit is contained in:
commit
f0ce0e71c3
@ -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
|
||||
));
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user