Update Rust + dev env.

This commit is contained in:
Orne Brocaar 2024-03-13 09:43:37 +00:00
parent 5f72db234f
commit c815c6be88
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.74.0"
channel = "1.76.0"
components = ["rustfmt", "clippy"]
profile = "default"

View File

@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-23.05.tar.gz") {} }:
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-23.11.tar.gz") {} }:
pkgs.mkShell {
nativeBuildInputs = [