Added config.toml to speed up compilation

This commit is contained in:
rzuasti
2026-01-25 11:10:07 -05:00
parent a4e4ee6a50
commit 9b40bb2da8
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
pkgs.rustPlatform.buildRustPackage rec {
pname = "oott";
version = "0.0.1";
src = ./.;
src = ./..;
cargoLock = {
lockFile = ./Cargo.lock;
lockFile = ./../Cargo.lock;
};
nativeBuildInputs = [pkgs.pkg-config];