You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This requires the following tools to be installed:
15
15
*[wasm-bindgen](https://rustwasm.github.io/docs/wasm-bindgen/) for compiling Rust to WebAssembly
16
16
*[Clang](https://clang.llvm.org/) for compiling the C dependencies (e.g. [ring](https://github.com/briansmith/ring)) to WebAssembly
17
17
18
-
There is a Nix flake that can be used to provide the dependencies. It's convenient to automatically activate it using [`direnv`](https://determinate.systems/blog/nix-direnv/).
18
+
There is a Nix flake that can be used to provide the dependencies. It's convenient to automatically activate it using [`direnv`](https://direnv.net). After setting up direnv's shell hooks, put "use flake" into an `.envrc` file, and run `direnv allow`.
0 commit comments