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 14feb47 commit 0bb63c2Copy full SHA for 0bb63c2
nobodywho/flutter/rust/default.nix
@@ -89,9 +89,7 @@ rustPlatform.buildRustPackage {
89
];
90
cargoLock = {
91
lockFile = ../../Cargo.lock;
92
- outputHashes = {
93
- "llama-cpp-2-0.1.123" = "sha256-j69yaWBiZ9ERlNdi9sD1K4tQjmDYbzoYwr8TU/+8D2A=";
94
- };
+ outputHashes = { };
95
};
96
doCheck = false;
97
}
nobodywho/godot/default.nix
@@ -63,9 +63,7 @@ rec {
63
64
65
lockFile = ../Cargo.lock;
66
67
68
69
70
env.TEST_MODEL = fetchurl {
71
name = "Qwen_Qwen3-0.6B-Q4_K_M.gguf";
0 commit comments