Compare commits

..

No commits in common. "bdbbaa77971f3613aac1703bc8301d8b9e406c0a" and "d32d9d7bf324f3f220b68d01426ef513bf155275" have entirely different histories.

2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,8 @@
{ {
"recommendations": [ "recommendations": [
"editorconfig.editorconfig", "editorconfig.editorconfig",
"jnoortheen.nix-ide", "brettm12345.nixfmt-vscode",
"bbenoist.Nix",
"mkhl.direnv", "mkhl.direnv",
] ]
} }

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
}