Remove nixos-install-tools from devshell
This commit is contained in:
parent
7c16035623
commit
7034db873a
1 changed files with 2 additions and 3 deletions
|
@ -237,7 +237,7 @@
|
||||||
mkShell {
|
mkShell {
|
||||||
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
||||||
name = "dotfiles";
|
name = "dotfiles";
|
||||||
nativeBuildInputs = [
|
packages = [
|
||||||
pkgs.sops
|
pkgs.sops
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
age
|
age
|
||||||
|
@ -251,7 +251,6 @@
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
nix-prefetch-docker
|
nix-prefetch-docker
|
||||||
nixos-install-tools
|
|
||||||
popsicle
|
popsicle
|
||||||
terraform
|
terraform
|
||||||
terraform-ls
|
terraform-ls
|
||||||
|
@ -266,7 +265,7 @@
|
||||||
|
|
||||||
devShells.install = with pkgs; mkShell {
|
devShells.install = with pkgs; mkShell {
|
||||||
name = "install";
|
name = "install";
|
||||||
nativeBuildInputs = [
|
packages = [
|
||||||
disko.packages.${system}.disko
|
disko.packages.${system}.disko
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue