Remove vscode from devshell #67

Merged
fabianhauser merged 1 commit from reduce-devshell-size into main 2025-05-18 19:16:07 +02:00
Showing only changes of commit 9351b0534e - Show all commits

View file

@ -20,14 +20,7 @@ in
${system}.default = pkgs.mkShellNoCC { ${system}.default = pkgs.mkShellNoCC {
name = "qois-infrastructure-shell"; name = "qois-infrastructure-shell";
buildInputs = buildInputs =
let
vscodium-with-extensions = pkgs.vscode-with-extensions.override {
vscodeExtensions = with pkgs.vscode-extensions; [ jnoortheen.nix-ide ];
vscode = pkgs.vscodium;
};
in
pre-commit-check.enabledPackages pre-commit-check.enabledPackages
++ [ vscodium-with-extensions ]
++ (with self.packages.${system}; [ ++ (with self.packages.${system}; [
sops sops
sops-rekey sops-rekey