Conversation
nix-instantiate --eval --strict -E 'with ((import ./lib).extend(self: super: { config = { configVersion = "16.03"; traceLevel = 0; }; })); showVal 1'
nix-instantiate --eval --strict -E 'with ((import ./lib).extend(self: super: { config = { configVersion = "16.03"; }; })); showVal 1
nix-instantiate --eval --strict -E 'with ((import ./lib).extend(self: super: { config = { configVersion = "17.03"; }; })); showVal 1
nix-instantiate --eval --strict -E 'with ((import ./lib).extend(self: super: { config = { configVersion = "18.03"; }; })); showVal 1
|
Tangential: I’d leave the stuff in |
|
Are there any updates on this pull request, please? |
|
@oxij Do you intend to finish this WIP? |
|
Yes, I plan to return to semi-fulltime nixpkgs hacking in a couple of months and this is near the top of the TODO list.
|
|
Thank you for your contributions.
|
|
@oxij still the case? |
|
Yes (except for the timeline). This is not forgotten.
|
|
I marked this as stale due to inactivity. → More info |
See NixOS/rfcs#33, ignore the first two patches.