Skip to content

Commit

Permalink
nix: add name to devshell
Browse files Browse the repository at this point in the history
This changes the `$name` environment variable from `nix-shell-env` to
`jujutsu-env` when inside the nix-provided devshell.
  • Loading branch information
bryceberger authored and thoughtpolice committed Jan 2, 2025
1 parent 2281450 commit cc01531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cc01531

Please sign in to comment.