Skip to content

Commit

Permalink
Pull wasm-bindgen-cli from nixpkgs-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Dec 7, 2023
1 parent 765e4dc commit 8a9604f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rec {

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";

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

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

overlays.default = final: prev: let
Expand Down

0 comments on commit 8a9604f

Please sign in to comment.