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 {
|
||||
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
||||
name = "dotfiles";
|
||||
nativeBuildInputs = [
|
||||
packages = [
|
||||
pkgs.sops
|
||||
ssh-to-age
|
||||
age
|
||||
|
@ -251,7 +251,6 @@
|
|||
nix-prefetch-scripts
|
||||
nix-prefetch-github
|
||||
nix-prefetch-docker
|
||||
nixos-install-tools
|
||||
popsicle
|
||||
terraform
|
||||
terraform-ls
|
||||
|
@ -266,7 +265,7 @@
|
|||
|
||||
devShells.install = with pkgs; mkShell {
|
||||
name = "install";
|
||||
nativeBuildInputs = [
|
||||
packages = [
|
||||
disko.packages.${system}.disko
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue