From 15ff560080a5feb09d3ff498cdd1d37c0e444936 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 1 Jun 2022 20:22:08 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20devShell=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; }) // {