Nikita Pedorich
Nikita Pedorich
Ok, I checked more code and I see that ParameterBinder really should work for logging but then why I see in logs not what I expected? I'm talking about this...
Duplicate of #11
There was a change introduced in https://github.com/nix-community/home-manager/pull/5007. (edit: ah, you introduced it 😅 ) Can you share more details, please? What shell do you use? How do you install zellij?...
I don't have any MacOS devices to test Home Manager on, so I can't say for sure. But from what I see in the code it might look like the...
I haven't tested the code you provided, but this part looks suspicious: ``` home.file.".bashrc".source = ./bashrc; ``` If you look at the `programs.bash` module, you can see that it only...
I'm cleaning issues/PRs opened by me and closing this. Feel free to reopen if it's still relevant, but I don't need this anymore.
Ah, I didn't realize `after = [ "sockets.target" ];` is there to ensure it starts after the socket is present. This makes sense now. Thanks for the quick fix! Like...
FYI: the newer forge version produces a differently structured output and, in my case, I didn't need the `strip-nondeterminism` at all. Thanks, @kira-bruneau for the code! Server 1.20.1-47.3.1 ```nix {...