nix-community / nixd

Nix language server, based on nix libraries [maintainer=@inclyc,@Aleksanaa]
https://github.com/nix-community/nixd
GNU Lesser General Public License v3.0
923 stars 31 forks source link

Seems like builtins.getFlake doesn't work on hidden directories #609

Closed ahmedelgabri closed 1 month ago

ahmedelgabri commented 1 month ago

I store my dotfiles under ~/.dotfiles, when I try to run in the repl builtins.getFlake "/Users/ahmedelgabri/.dotfiles/flake.nix" it always fails, but if I have a flake.nix in a normal directory it works fine.

Any workarounds?

I need to look into this more, something is not right on my system. Sorry about that.