enable autofetch for flakes in nvf (don't know if the options is correct but seems to works)
All checks were successful
nix flake show / show-flake (push) Successful in 27s

This commit is contained in:
smayzy 2025-07-25 18:05:30 +02:00
parent 092579af98
commit e95fd7de47

View File

@ -23,7 +23,10 @@ in
vimAlias = true; vimAlias = true;
lsp = { lsp = {
enable = true; enable = true;
servers.nil.enable = true; servers.nil = {
enable = true;
settings.nil.nix.autoArchive = true;
};
}; };
languages = { languages = {
nix.enable = true; nix.enable = true;