scaffolding icon indicating copy to clipboard operation
scaffolding copied to clipboard

Modify generated flake.nix to match holonix default template

Open mattyg opened this issue 8 months ago • 1 comments

It might be good for nix flake generated by scaffolding to mostly match the holonix default template. This lets us be consistent in any documentation that has to explain to app devs how to update their flake (i.e. in upgrade guides). It also makes it clear to app devs how they can remove unused holochain packages from their flake.

Holonix default template: https://github.com/holochain/holonix/blob/main/templates/default/flake.nix (not using inputsFrom, but specifying each included package from holonix)

Scaffolding nix flake: https://github.com/holochain/scaffolding/blob/main-0.4/src/scaffold/app/nix.rs (using inputsFrom)

mattyg avatar Apr 17 '25 01:04 mattyg

This didn't get done because of a complaint about the ability to use inputsFrom with the new Holonix flake.

ThetaSinner avatar Oct 09 '25 09:10 ThetaSinner