Remove vscode from devshell #67
1 changed files with 0 additions and 7 deletions
|
@ -20,14 +20,7 @@ in
|
|||
${system}.default = pkgs.mkShellNoCC {
|
||||
name = "qois-infrastructure-shell";
|
||||
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
|
||||
++ [ vscodium-with-extensions ]
|
||||
++ (with self.packages.${system}; [
|
||||
sops
|
||||
sops-rekey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue