summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2024-09-27 10:24:32 +0200
committerGitHub <noreply@github.com>2024-09-27 08:24:32 +0000
commit839983a0a714caee908850465b3db5c4067bf611 (patch)
tree28bc7c40e6d02b696598896a281dadc4ece47460 /flake.nix
parentefc6b710bc176646361e6ff8a2b62b033661a3b8 (diff)
Update to Rust version 1.81.0 (#5036)
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 a23fda4a..bbfe5082 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.80.1.toml";
+ url = "https://static.rust-lang.org/dist/channel-rust-1.81.0.toml";
flake = false;
};
};