crane
build / build (push) Successful in 30s

This commit is contained in:
2026-07-18 03:06:18 -06:00
parent e2e287079c
commit 530a6934ba
3 changed files with 25 additions and 6 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
{ rustPlatform
, lib
, crane-lib
}:
rustPlatform.buildRustPackage (finalAttrs: {
crane-lib.buildPackage (lib.fix (finalAttrs: {
pname = "gyehoek-runtime";
version = "0.1.0";
src = ./.;
cargoLock = {
lockFile = ./Cargo.lock;
};
# cargoLock = ./Cargo.lock;
doCheck = true;
meta.mainProgram = "gyehoek-runtime";
})
}))