summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2cae466..f14c4a8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
};
};
- outputs = { self, nixpkgs, crane, flake-utils, rust-overlay, nixpkgs-for-wasm-bindgen, ... }:
+ outputs = { self, nixpkgs, crane, flake-utils, rust-overlay, ... }:
let
system = "x86_64-linux";
pkgs = import nixpkgs {