diff options
| author | LLLL Colonq <llll@colonq> | 2025-08-25 02:39:06 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-08-25 02:39:06 -0400 |
| commit | 5d64a79e6441f20f9fa9ea99fddadffc02f2afef (patch) | |
| tree | e5730c540c07576fcf07e060c9b381db0fc1e475 | |
| parent | 87cede2bc3ec578ea22002c70de4ed7ea988f873 (diff) | |
Use nightly rust
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
