Skip to content

Commit 0bb63c2

Browse files
committed
remove no longer needed pins in nix files
1 parent 14feb47 commit 0bb63c2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

nobodywho/flutter/rust/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ rustPlatform.buildRustPackage {
8989
];
9090
cargoLock = {
9191
lockFile = ../../Cargo.lock;
92-
outputHashes = {
93-
"llama-cpp-2-0.1.123" = "sha256-j69yaWBiZ9ERlNdi9sD1K4tQjmDYbzoYwr8TU/+8D2A=";
94-
};
92+
outputHashes = { };
9593
};
9694
doCheck = false;
9795
}

nobodywho/godot/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ rec {
6363
];
6464
cargoLock = {
6565
lockFile = ../Cargo.lock;
66-
outputHashes = {
67-
"llama-cpp-2-0.1.123" = "sha256-j69yaWBiZ9ERlNdi9sD1K4tQjmDYbzoYwr8TU/+8D2A=";
68-
};
66+
outputHashes = { };
6967
};
7068
env.TEST_MODEL = fetchurl {
7169
name = "Qwen_Qwen3-0.6B-Q4_K_M.gguf";

0 commit comments

Comments
 (0)