rust runtime
build / build (push) Failing after 1m8s

This commit is contained in:
2026-07-17 23:12:44 -06:00
parent 85d34883a6
commit 8f46f744b5
10 changed files with 1951 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
{ rustPlatform
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "gyehoek-runtime";
version = "0.1.0";
src = ./.;
cargoLock = {
lockFile = ./Cargo.lock;
};
doCheck = true;
})