diff --git a/rust/flake.nix b/rust/flake.nix index 69c9a43..1d8ba74 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -20,7 +20,7 @@ { devShells.default = pkgs.mkShell { - name = "rustshell"; + name = "flake-rustshell"; buildInputs = with pkgs; [ # Rust toolchain