This commit is contained in:
Sridhar Ratnakumar 2024-05-26 15:31:35 -04:00
parent 6de934ae7e
commit c9df7325a1
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
"editor.defaultFormatter": "B4dM4n.nixpkgs-fmt",
"editor.formatOnSave": true,
"editor.formatOnType": true
"editor.formatOnType": true,
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd"
}

View file

@ -122,6 +122,7 @@
packages = with pkgs; [
just
colmena
nixd
];
};
};