This commit is contained in:
Florian Schroedl
2022-05-04 17:00:00 +02:00
parent 8b21ffc334
commit 20c183910d
2 changed files with 55 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ pkgs.mkShell {
buildInputs = with pkgs; buildInputs ++ [
nim
nimlsp
fswatch
];
}