diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-17 04:09:26 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-17 04:09:26 -0400 |
| commit | 36bfb66d807b4668959acf457ff63d2fad4ee99f (patch) | |
| tree | 71169664c002013ef73db8d20afdc0023b19c4bc /flake.nix | |
| parent | 20b3d630380587374a391cdb47044fc52cd2e72f (diff) | |
Update flake.nix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,6 @@ { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - nixpkgs-for-wasm-bindgen.url = "github:NixOS/nixpkgs/4e6868b1aa3766ab1de169922bb3826143941973"; crane = { url = "github:ipetkov/crane"; inputs.nixpkgs.follows = "nixpkgs"; @@ -28,9 +27,7 @@ rustToolchain = pkgs.rust-bin.stable.latest.default.override { targets = [ "wasm32-unknown-unknown" "x86_64-unknown-linux-gnu" ]; }; - craneLib = ((crane.mkLib pkgs).overrideToolchain rustToolchain).overrideScope (_final: _prev: { - inherit (import nixpkgs-for-wasm-bindgen { inherit system; }) wasm-bindgen-cli; - }); + craneLib = (crane.mkLib pkgs).overrideToolchain rustToolchain; native = rec { nativeBuildInputs = [ |
