Skip to content

Commit 8a9604f

Browse files
committed
Pull wasm-bindgen-cli from nixpkgs-unstable
1 parent 765e4dc commit 8a9604f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

flake.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ rec {
33

44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
6+
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
67

78
rust-overlay.url = "github:oxalica/rust-overlay";
89
rust-overlay.inputs = {
@@ -24,6 +25,7 @@ rec {
2425

2526
channels.nixpkgs.overlaysBuilder = channels: [
2627
rust-overlay.overlays.default
28+
(final: prev: {inherit (channels.nixpkgs-unstable) wasm-bindgen-cli;})
2729
];
2830

2931
overlays.default = final: prev: let

0 commit comments

Comments
 (0)