Hey, thanks for this project
As mentioned on discord, I'd like to see "static mode" or "codegen mode" or whatever you'd end up calling it. That is, let the user generate the graph ahead of time and build it using regular nix when they choose to do so without the need for any experimental features, as opposed to generating and executing the graph on the fly using recursive nix and dyndrv.
I think it'd make a very compelling competitor to projects like Cargo.nix, while also rivaling the no codegen solutions like plain buildRustPackage, crane, etc. if one is willing to commit extra files. :)
Hey, thanks for this project
As mentioned on discord, I'd like to see "static mode" or "codegen mode" or whatever you'd end up calling it. That is, let the user generate the graph ahead of time and build it using regular nix when they choose to do so without the need for any experimental features, as opposed to generating and executing the graph on the fly using recursive nix and dyndrv.
I think it'd make a very compelling competitor to projects like Cargo.nix, while also rivaling the no codegen solutions like plain buildRustPackage, crane, etc. if one is willing to commit extra files. :)