juspay / omnix

🚧 A Nix wrapper to improve developer experience
https://omnix.page
GNU Affero General Public License v3.0
70 stars 5 forks source link

`om init`: Faster registry loading using JSON cache #190

Closed srid closed 1 month ago

srid commented 1 month ago

Precache the registry flake output in JSON file, so we don't have to evaluate all of the Nix (which can grow exponentially as we add more inputs, with their own nested inputs).

Will refactor the flakreate module organization in later PR.