Remove default dev-shell

This commit is contained in:
SebastianStork 2024-08-26 22:40:58 +02:00
parent fe97cabc7d
commit ab52866a65

View file

@ -2,15 +2,7 @@
perSystem = perSystem =
{ pkgs, ... }: { pkgs, ... }:
{ {
devShells = { devShells.sops = pkgs.mkShell {
default = pkgs.mkShell {
packages = [
pkgs.just
pkgs.nh
];
};
sops = pkgs.mkShell {
packages = [ packages = [
pkgs.sops pkgs.sops
pkgs.age pkgs.age
@ -18,5 +10,4 @@
]; ];
}; };
}; };
};
} }