David Arnold
David Arnold
What's the potential relationship of the map? 1:n? n:1?!?
Since you mentioned `std`. I'm tinkering with an idea: ```nix { inputs.std.url = "..."; inputs.nixpkgs.follows = "std/nixpkgs"; outputs = {std, self, ...}@inputs: std.growOn { inherit inputs; cellsFrom = ./nix; cellBlocks...
I'm still chewing & understanding the problem: > Logically the declaration of required deps and the fulfillment of deps should be separated. I think this is the anchor phrase. Bisecting...
I have a sense we could expect the provider of the bottom value for deps, that is the creator of the pkg module, to do do deliberate work and generate...
Thank! I'l have a further look at your work knowing those aspects. I think, [Vault](https://www.vaultproject.io/) from Hashicorp is the current hot candidate for a platform level auth management. I suggest...
I see, this is a valid argument. Maybe the rancheros will think one day about interacting with the api to include that into the rancher UI.
I'd wait for GA version of marvin, since "looking official" implies stronger stability guarantees.
... wall is in the context of a service provider to https://github.com/divnix/std/issues/165
This comment looks like particularly relevant to your flake TL; DR; → https://github.com/edolstra/flake-compat/pull/39#issuecomment-1210414763
In this case, I don't think I grok the issue, yet. But it also seems like the undesired behaviour is entirely attached to the _use_ of code paths involved in...