mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-07 04:51:45 +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 {
|
devShells.default = pkgs.mkShell {
|
||||||
|
name = "jujutsu";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# NOTE (aseipp): explicitly add rust-src to the rustc compiler only in
|
# NOTE (aseipp): explicitly add rust-src to the rustc compiler only in
|
||||||
# devShell. this in turn causes a dependency on the rust compiler src,
|
# devShell. this in turn causes a dependency on the rust compiler src,
|
||||||
|
|
Loading…
Reference in a new issue