Skip to content

Commit

Permalink
switch from nightly to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer committed Nov 30, 2023
1 parent 581f5fd commit a52f48c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/libwasmvm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
libwasmvmCommon = {
pname = "libwasmvm";
nativeBuildInputs = with pkgs; [
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
# rust-bin.stable.latest.default
rust-bin.stable.latest.default
];
postInstall = ''
cp ./bindings.h $out/lib/
Expand Down

0 comments on commit a52f48c

Please sign in to comment.