🔨 devShell name

This commit is contained in:
2022-06-01 20:22:08 -04:00
parent 860435e50d
commit 15ff560080

View File

@ -70,6 +70,7 @@
in in
{ {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
name = "athens";
buildInputs = [ deploy-rs.packages.${system}.deploy-rs pkgs.sops ]; buildInputs = [ deploy-rs.packages.${system}.deploy-rs pkgs.sops ];
}; };
}) // { }) // {