Yappaholic
Yappaholic
> Can you see anywhere how that process goes? Last mention about moving to `wlroots 0.18` was in #4524, which dates back to August 28 2024. Not sure if there's...
> How did you install Nix (i.e. what flags, if any, did you pass to the installer)? > > What version are you using? > > Are there any errors...
> That's interesting, because the `post-build-hook` setting should only be configured if you passed the `--determinate` flag during installation. Can you confirm whether or not you did that (or maybe...
> `determinate-nixd` is installed, trying to upgrade it results in: > > ``` > sudo determinate-nixd upgrade > upgrading Nix in profile "/nix/var/nix/profiles/default" > querying latest Nix version... > downloading...
> Distro: Bluefin (Version: 41.20250223.1 / FROM Fedora Silverblue 41) libc: ldd (GNU libc) 2.40 Never heard of it. Does it use `systemd` or another service manager like `OpenRC`?
>It uses systemd and has an immutable filesystem. That's interesting, because I thought that the problem existed due to me using anything but `systemd` with `determinate-nixd`. Did you try to...
> ``` > ➜ determinate-nixd init > > ~ … > ➜ nix profile install github:guibou/nixGL --impure > error: > … while evaluating the attribute 'auto.nixGLDefault' > at /nix/store/wnf3rly6jbw4ywqhzgn0vl6lk8hwgkg3-source/nixGL.nix:243:7: >...
>``` > ---- oh no! -------------------------------------------------------------------- > Nix does not work with selinux enabled yet! > see https://github.com/NixOS/nix/issues/2374 > ``` Well, now that makes sense. Then yea, unfortunately `nix` is...
> I can't get it to work in helix, can you give a (minimal) example project where it works? I'm running with > > ```toml > [language-server.htmx-lsp] > command =...
> reported as [uros-5/htmx-lsp2#4](https://github.com/uros-5/htmx-lsp2/issues/4) Thanks. Also, I got Primeagen's [htmx-lsp](https://github.com/ThePrimeagen/htmx-lsp) to work with `.html` files in Helix with this config: ```toml [language-server.htmx-lsp] command = "htmx-lsp" ``` But when exiting file...