From 54b30d0f33a20c7b21d44a3c6fba9fe3f49e8cbd Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Thu, 28 Sep 2023 09:33:06 +0200 Subject: [PATCH] update and cleanup of the nix environment --- nix/shell.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/nix/shell.nix b/nix/shell.nix index cfdd5dd..f80f04c 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -6,21 +6,12 @@ with self.pkgs.${system}; [ # Development editorconfig-checker - esptool - micropython - nodePackages.node-red - openscad pre-commit - python310Full - python310Packages.mkdocs - python310Packages.mkdocs-material - python310Packages.mkdocs-material-extensions yaml-language-server ] ++ lib.optionals (pkgs.hostPlatform.system == "x86_64-linux") [ vscodium-fhs vscode-extensions.marp-team.marp-vscode - freecad ] ++ [ # Linter @@ -28,19 +19,15 @@ with self.pkgs.${system}; yamllint # Nix - deploy-rs alejandra nixUnstable - rnix-lsp + nil # Service mosquitto # Misc reuse - zstd - wget - raspberrypi-eeprom ]; shellHook = '' ${self.checks.${system}.pre-commit-check.shellHook}