nix: add name to devshell

This changes the `$name` environment variable from `nix-shell-env` to
`jujutsu-env` when inside the nix-provided devshell.
This commit is contained in:
Bryce Berger 2025-01-01 00:11:48 -05:00 committed by Austin Seipp
parent 2281450359
commit cc015310ea

View file

@ -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,