summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-08-25 02:39:06 -0400
committerLLLL Colonq <llll@colonq>2025-08-25 02:39:06 -0400
commit5d64a79e6441f20f9fa9ea99fddadffc02f2afef (patch)
treee5730c540c07576fcf07e060c9b381db0fc1e475
parent87cede2bc3ec578ea22002c70de4ed7ea988f873 (diff)
Use nightly rust
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 850caa0..6a0b67c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
};
inherit (pkgs) lib;
- rustToolchainFor = p: p.rust-bin.stable.latest.default.override {
+ rustToolchainFor = p: p.rust-bin.nightly.latest.default.override {
targets = [
"wasm32-unknown-unknown"
"x86_64-unknown-linux-gnu"