Alan Urmancheev

Results 6 comments of Alan Urmancheev

Here is a diff to quickly fix this: ``` diff --git a/internal/lsp/text/edit.go b/internal/lsp/text/edit.go index 3848358..177f87b 100644 --- a/internal/lsp/text/edit.go +++ b/internal/lsp/text/edit.go @@ -4,6 +4,7 @@ package text import ( "fmt" "io"...

It may be the case that something about ToURI should be done as well. It currently doesn't decode escape the path. I tried defining ToURI as such: ``` // ToURI...

Maybe I misunderstood something or made a mistake somewhere, but `path:..` doesn't work for me on 043df13f724cc084a805372b0455cc6d8684cd5b. I expected it to resolve to the flake in the directory above the...

@roberth, the main flake and the "subflake" both were in the same Git repo. I had the following layout: ``` /.git /flake.nix /raspberry-pi-5/flake.nix /thinkpad/flake.nix ... /shared/... ```` I have specified...

I'm pretty sure I was in the subdirectory, the top level flake didn't have any nixosConfigurations. I'll try to see what's going on tomorrow, thanks for the link to the...

@roberth, alright, I was doing something wrong, it works. Sorry for bothering. However I think I found out why I was confused, I think it's an issue with `nixos-rebuild repl`....