Profpatsch
Profpatsch
> I'm not sure at the moment how difficult it would be to add it. Pretty sure it’s just cleaning out the environment before loading the bash `--rcfile` as described...
Hm, I personally don’t think `with pkgs` is a good pattern to follow. (and `with` in general should be banned from nix for the most part). > It would have...
I’m torn on whether such a templating system a feature that should go into lorri or a separate project. On Thu, May 21, 2020 at 12:25 PM Kaleo wrote: >...
I’m a bit hesitant to add “yet another templating system” to a tool I use. I’ve had great success with “just edit the darn file” in my personal projects :laughing:....
> This is not a request, but rather a description on the design I've chosen for my local lorri templater script. Do you know of any “general” templating tool that...
> * Or do they pile up in a queue and then get evaluated one after another? ^ this one I did some preliminary refactoring a while ago, but didn’t...
Makes a lot of sense to me. :+1:
This should be fixed on the second-to-last most recent lorri release: https://github.com/nix-community/lorri/releases/tag/1.3.1
Flakes are not a stable feature at the moment, they are not even mentioned in the nix manual. We could start adding support for them, but afaik the format changes...