Closed gytis-ivaskevicius closed 3 years ago
Ohh yeah we set this up in devos, should be simple enough to implement here.
Maybe we can add a evalChannelArgs
to be able to set defaults for channel arguments, "channels submodule".
@Pacman99 mind giving me some sort of example of this evalChannelArgs
?
evalChannelArgs = name:
{ input ? inputs.name
, overlaysBuilder ? (_: [ ])
, config ? { }
just a random idea, not sure if it should be done.
Oh, I get it. But I don't think it brings much if any value? So I'm thinking that this should get implemented when some sort of use case comes up
Resolved in staging
Just a simplification for a very common use case. Should not be complicated to implement
https://github.com/gytis-ivaskevicius/flake-utils-plus/blob/staging/src/systemFlake.nix#L182-L193