jooooscha
jooooscha
Just as a side note; maybe it helps someone until this is implemented. I just wrapped a shell script around comma that reads the package with `--print-package` and then starts...
That's weird. I can replace my `x86_64-linux` string with `${pkgs.system}` without getting infinite recursion. There seems to be something else, that is causing that. Are your configs public? Or could...
The message about the overlay is intended. The idea of this patch was to apply the overlay internally so that we have better control over it. Ideally, it will be...
Thanks for the detailed text. That you are using home-manager standalone was a good hint 😅 I did reproduce the infinite recursion error, when using `pkgs.system` with home-manager standalone. However,...
I will revert that commit for now #131 (until the cause is found) Thanks for all your feedback. If anyone has the time to create a minimal config that I...
I think what you are describing is a different issue. Please open a separate issue for it. Also2 I am not sure what you are doing with `darwinModules`, as that...
No, this is currently not supported. PRs welcome
The `nvim-cmp.nix` module is still in it's forked state. I did not come around to porting it to the `mkLuaPlugin` function. I will likely take some time before I will...
I think I encounterd the same problem: This is a very basic config that breaks for me: ```lua vim.opt.debug = "msg" -- Show error messages vim.cmd [[ set splitright ]]...
Works for me 👍 Thanks