Working on flake support

This commit is contained in:
rzuasti
2026-01-24 12:28:22 -05:00
parent ff6d685126
commit 3651ae53e3
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
/target
oott.db
oott.toml
flake.lock
+3 -1
View File
@@ -28,7 +28,9 @@
inherit pname;
inherit version;
src = ./.;
cargoLock = ./Cargo.lock;
cargoLock = {
lockFile = ./Cargo.lock;
};
};
});
};