pushing for review
This commit is contained in:
parent
620b4b3de4
commit
b1d7569150
19 changed files with 3742 additions and 228 deletions
|
|
@ -5,6 +5,8 @@ pkgs.rustPlatform.buildRustPackage rec {
|
|||
version = "1.0.0";
|
||||
cargoLock.lockFile = ../Cargo.lock;
|
||||
src = pkgs.lib.cleanSource ../.;
|
||||
buildInputs = [ ];
|
||||
buildInputs = with pkgs; [
|
||||
surrealdb
|
||||
];
|
||||
# doCheck = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue