We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d41947 commit 43bb0fbCopy full SHA for 43bb0fb
ffi/flake.nix
@@ -1,4 +1,9 @@
1
{
2
+ # To use:
3
+ # - Install nix: https://github.com/DeterminateSystems/nix-installer?tab=readme-ov-file#install-nix
4
+ # - Run from ffi/ dir: `nix build .#firewood-ffi`
5
+ # - Run from anywhere: `nix develop 'github:ava-labs/firewood?dir=ffi&ref=[SHA]'`
6
+
7
description = "Firewood FFI library and development environment";
8
9
inputs = {
0 commit comments