We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c06174 commit 538e3a5Copy full SHA for 538e3a5
flake.nix
@@ -57,8 +57,15 @@
57
# export SUBSTRATE_CLI_GIT_COMMIT_HASH=${dirtyShortRev or shortRev}
58
# '';
59
60
- useFetchCargoVendor = true;
61
- cargoHash = "sha256-k1GYY0eB/fRmAuWYlxLCGaAgJW89KLOiyiLBO2wtsZM=";
+ useFetchCargoVendor = false;
+ #cargoHash = "sha256-Kg8Z4IWJZ2Ml70JUf8dmIYI6QSYVflq+0lCk790taAc=";
62
+ cargoLock = {
63
+ lockFile = ./Cargo.lock;
64
+ outputHashes = {
65
+ "binary-merkle-tree-16.0.0" = "sha256-Yt0KWRMOG53hxdMZvYA60hQ4Vsfkk1R5lv+dd+mzcNI=";
66
+ "raw-scripts-7.2.1" = "sha256-HTi/mubyBz7dAeLXekexikZZaOHkoI32oUQgmnFe2YM=";
67
+ };
68
69
buildType = "production";
70
#buildAndTestSubdir = dir;
71
doCheck = false;
0 commit comments