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
All checks were successful
nix flake show / show-flake (push) Successful in 27s
This commit is contained in:
parent
092579af98
commit
e95fd7de47
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user