From 78a39150ae1e35fe0dbf7af2f94b6631c70cc3b6 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Thu, 21 Sep 2023 19:21:35 +0200 Subject: [PATCH] added nix vscode plugin dependencies --- nix/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/shell.nix b/nix/shell.nix index 3cb9a9d..6b0f46c 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -12,6 +12,9 @@ with self.pkgs.${system}; sca2d statix vscode-extensions.antyos.openscad + vscode-extensions.bbenoist.nix + vscode-extensions.jnoortheen.nix-ide + vscode-extensions.kamadorueda.alejandra vscodium-fhs clang-tools ];