DieracDelta / flake_generator

Generate Nix Flakes imperatively.
MIT License
20 stars 2 forks source link

Break repo into library + binary #19

Open DieracDelta opened 3 years ago

DieracDelta commented 3 years ago

Idea: use the rust workspace feature to split this out into an executable that generates flakes/nix expressions, and a library for manipulating the AST. I think the AST manipulation could have applications in other places, not just limited to this project.