diff --git a/nix/modules/devshell.nix b/nix/modules/devshell.nix index ccc8145..e76decb 100644 --- a/nix/modules/devshell.nix +++ b/nix/modules/devshell.nix @@ -7,6 +7,7 @@ in pkgs.mkShell { + name = "rust-flake-devshell"; meta.description = "Rust development environment, created by rust-flake"; shellHook = '' # For rust-analyzer 'hover' tooltips to work.