diff --git a/flake.nix b/flake.nix index 5a19f52..af1d317 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,7 @@ in { devShells.default = pkgs.mkShell { + name = "athens"; buildInputs = [ deploy-rs.packages.${system}.deploy-rs pkgs.sops ]; }; }) // {