🔨 devShell name

This commit is contained in:
James Walker 2022-06-01 20:22:08 -04:00
parent 860435e50d
commit 15ff560080
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

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