Make rust library work

This commit is contained in:
Surma
2024-08-14 15:12:06 +01:00
parent 6d061d8fa2
commit ee61b9fb18
4 changed files with 90 additions and 37 deletions

View File

@@ -3,11 +3,11 @@
nixpkgs.url = "github:nixos/nixpkgs/24.05";
fenix.url = "github:nix-community/fenix";
wasm-bindgen = {
url = "../wasm-bindgen";
url = "path:../wasm-bindgen";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-helpers = {
url = "../rust-helpers";
url = "path:../rust-helpers";
inputs.nixpkgs.follows = "nixpkgs";
};
};