We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caee223 commit be77fc6Copy full SHA for be77fc6
.vscode/settings.json
@@ -1,5 +1,5 @@
1
{
2
- "nix.enableLanguageServer": true,
+ "enableLanguageServer": true,
3
"nix.serverPath": "nixd",
4
"nix.serverSettings": {
5
"nixd": {
modules/nix.nix
@@ -2,7 +2,7 @@
services.nix-daemon.enable = true;
nix = {
- package = pkgs.nix;
+ # package = pkgs.nix;
6
optimise.automatic = true;
7
gc = {
8
automatic = true;
0 commit comments