Vonfry
Vonfry
+1 And using [lsp-mode](https://github.com/emacs-lsp/lsp-mode) for emacs.
I meet the same issue on linux. And this fix looks good to me. Could any committers merge this?
I meet this today as well. Packages cannot be natively compile with emacsGit. However, emacs unstable (29) can work.
@accelbread the following print is from lscpu ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 32 On-line CPU(s)...
ping: @talyz Would you like to take a look at this pr and give some comments?
It is still important for me. On NixOS, the fish module can handle this as expect. But for home-manager only, they should be processed this as well, because plugins in...
One of implementation is that rgit supports `X-Forwarded-For` headers to append prefix with it, so reverse proxy can work correctly for rgit builtin static files and users create their own...
This issue is caused by flake-utils. `nixosModules` is defined in flake-utils instead of outputs directly. Therefore, there is a arch attr between nixosModules and default, such as `rgit.nixosModules.x86_64-linux.default`. nixos options...
I also make a pr (#5237) for this which have same goal of #5199.