mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 10:07:28 +00:00
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:
parent
2281450359
commit
cc015310ea
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue