bb010g
bb010g
Refactored and cleaned up the patch stack some. Should be much easier to review commit-by-commit now.
Note that has finally been merged.
This is due to the `take*` operators not unsubscribing after completion. `Observer` would need some refactoring to support this.
Does this still need to be fixed?
Basically the same error here. ```toml name = 'lorri' operating_system = 'unix:Unknown' crate_version = '1.1.0' explanation = ''' Panic occurred in file 'src/build_loop.rs' at line 184 ''' cause = '''...
> I see. Is there a subset of commits here that you think would be still valuable? I'd say every commit before "make nix work out of the box on...
Something I don't see this RFC addressing is a common way to overlay all instantiations' package sets at once. Using Python as an example, this is similar to patching the...
Reading , it looks like both `outPath` and `sourceInfo` would have to be inputs to `outputs` that don't force `self` in order to consistently provide proper error messages when evaluation...
> I don't think we _need_ `sourceInfo`, but perhaps its metadata would be nice to use. We should be careful with metadata though, because differentiating by origin can be a...
I refactored the top-level `nixpkgs` module to have a freeform `nixpkgs.settings` submodule. Options no longer need to be re-declared in `nixpkgs.evals..settings`. `perSystem.nixpkgs.evals..settings` has been added to make defaulting `config.localSystem` less...