Skip to content

Commit

Permalink
migrate to latest nixjs-rt
Browse files Browse the repository at this point in the history
  • Loading branch information
urbas committed Mar 17, 2024
1 parent 75513bd commit 61b65b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
name = "rix";
inherit buildInputs;
shellHook = ''
export RIX_NIXRT_JS_MODULE=${nixjs-rt.packages.${system}.default}/lib/node_modules/nixjs-rt/dist/lib.js
export RIX_NIXRT_JS_MODULE=${nixjs-rt.packages.${system}.default}/lib/node_modules/nixjs-rt/dist/lib.mjs
export RUSTFLAGS=-Dwarnings
'';
};
Expand Down

0 comments on commit 61b65b4

Please sign in to comment.