tomberek

Results 245 comments of tomberek

> Still interested Does https://github.com/NixOS/nix/pull/6227 resolve your use-case?

No change... tough to get started.

This issue starts at cbb01d4dae

This has still been useful as a way to make the jobsets separate. Rebase of the patch is here: https://github.com/NixOS/hydra/commit/7f5cf4d6af8e0f9c0765e3203c19a2ae771382b1

@thufschmitt is there something wrong with something along these lines? It seems that eval does populate the cache, but does not use it. Other code paths like `nix build` know...

This was called out as a bug in an earlier comment. There is currently work-in-progress for fetchGit,fetchTree and associated behavior. ## ~~needs a~~ decision: - [x] BUG - auto detect...

Seems to be fixed between 2.19.2 and master.

@matthewbauer I added tests and notes, let me know if thit is what you intended (also pinging @lf- for visibility ) Fixes: https://github.com/NixOS/nix/issues/5431 I have some hesitation due to the...

The worry is someone may have started to depend on these being relative to the call-site. Unfortunate, but might need a flag to control the behavior for the legacy CLI,...

It seems that this would break (not difficult to fix): https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/ruby-modules/with-packages/test.rb#L61 I am slightly inclined to merge as-is due the niche nature of the breakage, but the proposal to add...