David Arnold

Results 1203 comments of David Arnold

Concretely, I might be thinking of an integration with consul service backends, nomad job state or getting information about aws autosacling clients into my (temporary) local state. Those are things...

I think we can close this. No further action is required from my point of view. I'll open separate issues for the items that pop up again in my journey.

I just stumbled yesterday on this RFC: https://github.com/NixOS/rfcs/pull/99. It looks like switching to `osh` (as a "rational common subset of bash") is something that we should do right now. `oil`,...

/cc @manveru discussion fyi

Or the other way round: a jsonschema to nixpkgs module system converter? :smile: (for eval time validation without IFD) Adios terranix, kubenix, etc.

Actually, thinking of it a bit more, the best option would be: `builtins.JsonSchemaValidate attrs ./path/to/json/schema`

I've run the idea of `builtins.JsonSchemaValidate` with a few people including elco & radvendii. I think the general stance is: if that doesn't entail huge deps for `nix`, then hell...

x-posting from matrix discussion, since I started breeding over this yesterday: > I think there is a wide open niche for lightweight merge semantics. The module system is too heavy,...

I _might_ have cracked the classical array merge problematic in a very lightweight way that can work with arbitrary left-hand-side data structures (eg. coming from json or hcl). https://gist.github.com/blaggacao/050483417bcab6a5cd126152b0187314

Once that's complete, do you plan on implementing a `makesd` + frontend fully integrated nix based CI? Put the evaluation cache on a fuseFS and boom - expensive evaluation cost...