fix(flake): add cudaforge hash for git dependency (#10910)

This commit is contained in:
Nick Johnson
2026-08-20 06:12:56 +00:00
committed by GitHub
parent 5a01b1adce
commit a0464f4f65
+6 -1
View File
@@ -42,7 +42,12 @@
version = workspaceToml.workspace.package.version;
src = self;
cargoLock.lockFile = ./Cargo.lock;
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"cudaforge-0.1.6" = "sha256-w0e/mfx08BkphDEFEWxuyxyZu/gHiG0m6RHx+3BLzDY=";
};
};
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";