Skip to content

Commit

Permalink
chore: update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Aug 20, 2024
1 parent a4e374e commit 5ec16f8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
++ nodePackagesOverlays;
};

pkgs-wasm = import nixpkgs {
inherit system;
crossSystem = {
config = "wasm32-wasi";
# Nixpkgs currently only supports LLVM lld linker for wasm32-wasi.
useLLVM = true;
};
overlays = rustPackagesOverlays
++ nodePackagesOverlays;
};
#pkgs-wasm = import nixpkgs {
# inherit system;
# crossSystem = {
# config = "wasm32-wasi";
# # Nixpkgs currently only supports LLVM lld linker for wasm32-wasi.
# useLLVM = true;
# };
# overlays = rustPackagesOverlays
# ++ nodePackagesOverlays;
#};

rustVersion = "1.61.0";

Expand Down

0 comments on commit 5ec16f8

Please sign in to comment.