Replies: 1 comment 1 reply
|
Providing a consumable flake does not benefit the users of this project. All users need is a flake-parts module. If I provide a flake to the user, I would face the problem of flakes not distinguishing between development dependencies and usage dependencies. Which I did in the past; it was added complexity and did not entirely solve the problem 🤷. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
^title
just curious, i know flakes are controversial to say the least but i was wondering if there was an explicit reason; was there some (yet another) broader discussion on discourse or something? is the flake=false some hack to enable shallow fetching them?
also since i'm asking, why not do something like iirc vic does in his templates somewhere where flake.nix just consumes with-inputs?
All reactions