Robert Hensing

Results 909 comments of Robert Hensing

I think this is a good direction. I've previously proposed something highly similar, but didn't get around to building it: - https://github.com/NixOS/nixpkgs/issues/305741 - also solving https://github.com/NixOS/nixpkgs/issues/257300 I'm a little concerned...

> since `mkOption` should not need to know what a particular meta option is or why is was defined. It would be up to a few of the many return...

> * please don't start the old discussion whether all features must be developed upstream - I think it is a good property to offer the flexibility That is not...

Came up with an implementation. Could use a few more tests for corner cases and other things we care about, and docs of course. For now I'm curious about the...

Nix has optimizations for the positional style, so I would expect `_module: prefix: modules: configs:` to be faster, unfortunately. Good thing these are internal. I've changed the prefix to contain...

It was about the first commit. The rest was to make CI pass.

@malikwirin 1. It's not explicitly listed in the module; see [RFC 42, part 2, balancing module option count](https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md#part-2-balancing-module-option-count) 2. search currently requires the whole query to match a substring of...

It can not, and that's a good thing for reducing the interface size of the _in practice_ unpinnable and "uncomposable" dependency - which is Nix itself.

> ok, so if we extract common functions in both nix and flake-compat, we could maybe run them through the same test suite? That should absolutely be a goal. >...

> we'd have to re-implement Now I see this was in reference to #84, specifically the mapping between the `inputs` graph and nodes, whereas I was thinking of the action...