diff --git a/flake.nix b/flake.nix index 1f76250c74..c17f186377 100644 --- a/flake.nix +++ b/flake.nix @@ -161,6 +161,7 @@ }); devShells.default = pkgs.mkShell { + name = "jujutsu"; packages = with pkgs; [ # NOTE (aseipp): explicitly add rust-src to the rustc compiler only in # devShell. this in turn causes a dependency on the rust compiler src,