rustshop / flakebox

Flakebox is to your Rust project dev environment, what NixOS is to your OS, or home-manager to your home directory.
96 stars 5 forks source link

Add granularity over defaults of `flakebox install` #139

Closed SilentVoid13 closed 4 months ago

SilentVoid13 commented 4 months ago

Hey there, really cool project!

I have a few nitpicks with the opinionated defaults of flakebox install:

I'm asking if it's possible to make these settings opt-in via command line arguments. Adding a prompt selection with y/n questions is also an option.

SilentVoid13 commented 4 months ago

classic RTFM. This can be done via options when initializing flakeboxLib: https://github.com/rustshop/flakebox/blob/master/docs/nixos-options.md.