mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
Also update MSRV in flake.nix
This got lost in an unfortunate merge. Apparently I need to learn better how to use `jj` properly.
This commit is contained in:
parent
27228ce292
commit
c6a4b2cdfc
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
buildInputs = with pkgs; [
|
||||
# Using the minimal profile with explicit "clippy" extension to avoid
|
||||
# two versions of rustfmt
|
||||
(rust-bin.stable."1.60.0".minimal.override {
|
||||
(rust-bin.stable."1.61.0".minimal.override {
|
||||
extensions = [
|
||||
"rust-src" # for rust-analyzer
|
||||
"clippy"
|
||||
|
|
Loading…
Reference in a new issue