From 30f977bb0983ddc5794261a0109a322948e27b29 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Mon, 9 Jan 2023 06:17:47 +0100 Subject: [PATCH] added additional tooling to the development environment --- nix/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/shell.nix b/nix/shell.nix index 0b5e72d..2f788e4 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -14,9 +14,11 @@ with self.pkgs.${system}; python310Full python311 yaml-language-server + nodePackages.node-red ] ++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [ vscodium-fhs + eagle ] ++ [ # Linter