qenya: vscode: automatically fetch new flake inputs in nix repos
This commit is contained in:
parent
b18e50fd4a
commit
19f0d81b9b
|
@ -38,6 +38,10 @@ in
|
|||
"nix.serverSettings".nil = {
|
||||
diagnostics.ignored = [ "unused_binding" "unused_with" ];
|
||||
formatting.command = [ "nixpkgs-fmt" ];
|
||||
nix.flake = {
|
||||
autoArchive = true;
|
||||
autoEvalInputs = true;
|
||||
};
|
||||
};
|
||||
"terminal.integrated.allowChords" = false;
|
||||
"terminal.integrated.defaultProfile.linux" = "zsh";
|
||||
|
|
Loading…
Reference in a new issue