Conversation
|
|
I am not sure if it is used even in that PR, i see that @arianvp changed the |
|
|
|
I am a little unsure on what convenience it provides. Is it just that if you want to run |
|
That's the only convenience yes. I'm not sure if it's worth it. Especially when I am convinced we can just remove it. It probably confuses people more than it helps them.. |
|
Cool, I will fix conflicts and ask for reviews again soon :) |
The overridden NIX_PATH doesn't seem to be used anywhere.
6847c91 to
e4b5af1
Compare
|
@arianvp I fixed the conflicts, please feel free to review it and merge if you approve. |
| ''; | ||
| }; | ||
|
|
||
| pythonForAnsible = pkgs.python3.withPackages (p: [ p.boto p.boto3 p.six p.cryptography ]); |
|
The convenience here also ensures we all use the same terraform minor version, in case we need to Is this so much of a burden to not keep around? |
|
Stale. Closing, will reopen if I get bothered by this. |
The overridden NIX_PATH doesn't seem to be used anywhere.