File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 8
8
# override stdenv.targetPlatform here, if neccesary
9
9
} ;
10
10
toolchainHashes = {
11
- "1.67.0" = "sha256-riZUc+R9V35c/9e8KJUE+8pzpXyl0lRXt3ZkKlxoY0g=" ;
12
- "nightly-2023-02-05" =
13
- "sha256-MM8fdvveBEWzpwjH7u6C0F7qSWGPIMpfZWLgVxSqtxY=" ;
14
- # copy this line with the correct toolchain name
11
+ "1.71" = "sha256-R0F0Risbr74xg9mEYydyebx/z0Wu6HI0/KWwrV30vZo=" ;
12
+ "1.72" = "sha256-dxE7lmCFWlq0nl/wKcmYvpP9zqQbBitAQgZ1zx9Ooik=" ;
13
+ "nightly-2023-08-24" = "sha256-nfYc8EgbYl75yIIHmEEmpux4ZpwaIyuC+g6Hf4y1Hyk=" ;
14
+
15
+ # copy the placeholder line with the correct toolchain name when adding a new toolchain
16
+ # That is,
17
+ # 1. Put the correct version name;
18
+ #
19
+ # 2. Put the hash you get in line "got" from the error you obtain, which looks like
20
+ # error: hash mismatch in fixed-output derivation '/nix/store/XXXXX'
21
+ # specified: sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
22
+ # got: sha256-Q9UgzzvxLi4x9aWUJTn+/5EXekC98ODRU1TwhUs9RnY=
15
23
"placeholder" = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=" ;
16
24
} ;
17
25
# rust-toolchain.toml -> { rustc, cargo, rust-analyzer, ... }
200
208
cargoLock . lockFile = ../src/app/trace-tool/Cargo.lock ;
201
209
} ;
202
210
}
203
-
You can’t perform that action at this time.
0 commit comments