flake_generator icon indicating copy to clipboard operation
flake_generator copied to clipboard

Break repo into library + binary

Open DieracDelta opened this issue 3 years ago • 0 comments

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.

DieracDelta avatar May 02 '21 20:05 DieracDelta