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:
Mike Forster 2023-01-19 10:49:47 +01:00
parent 27228ce292
commit c6a4b2cdfc

View file

@ -116,7 +116,7 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
# Using the minimal profile with explicit "clippy" extension to avoid # Using the minimal profile with explicit "clippy" extension to avoid
# two versions of rustfmt # two versions of rustfmt
(rust-bin.stable."1.60.0".minimal.override { (rust-bin.stable."1.61.0".minimal.override {
extensions = [ extensions = [
"rust-src" # for rust-analyzer "rust-src" # for rust-analyzer
"clippy" "clippy"