Remove vscode from devshell
This commit is contained in:
parent
925f00c0fb
commit
9351b0534e
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue