summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-12-05 16:57:01 +0100
committerGitHub <noreply@github.com>2024-12-05 15:57:01 +0000
commit0228462ba10397468b3c0937e2e9cd1d3118e0fc (patch)
tree94a09e12b7febce17a78f751d1a5e4f104234307 /flake.nix
parentcaa72f4ec2401c275ddd3d8794dcf0bfdf9697a8 (diff)
Bump Rust to 1.83 (#5534)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index aec83d89..abdad27a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
rust-manifest = {
- url = "https://static.rust-lang.org/dist/channel-rust-1.82.0.toml";
+ url = "https://static.rust-lang.org/dist/channel-rust-1.83.0.toml";
flake = false;
};
};