raf

Results 98 comments of raf

I'm not sure what's wrong for me then, I see this for quite literally ever .cpp file I open: ![image](https://github.com/NotAShelf/neovim-flake/assets/62766066/857cf4f2-62d2-4da3-9906-7fb3999ad20c)

I'm afraid I can't get sqlls to work as a nixpkgs package. I'll take another look when I have more time.

Revisiting, the package still does not compile due to the default package.json having some fields that nixpkgs cannot conform to - will try with a patched package.json and get it...

I'm keeping this open for the time being, as any attempt at filtering the message (be it through vim.notify or nvim-notify) seems to fail.

This seems like an interesting idea that I am willing to go forward with. Makes writing modules *and* contributing to this flake easier, both of which I'd like to see....

to handle the error ourselves :)

Error message is a bit better now. Side note, I was unable to test this because even when my flake.lock is owned by root, it can still update on my...

Side note, the file check should probably go into `util.rs` as a function since it's the exact same in both home-manager and nixos command interfaces, but I don't have the...

Does nh attempt to read flake.lock before the rebuild? Looks like permission denied error is given before we can reach the check.