Skip to content

Commit

Permalink
Prefer wasm-bindgen-cli from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Dec 6, 2024
1 parent 7b3c9e2 commit ee0b9d2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ rec {

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

rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs = {
Expand All @@ -23,13 +22,6 @@ rec {
utils.lib.mkFlake {
inherit self inputs;

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 ee0b9d2

Please sign in to comment.