Cardano-node nix-build error: attribute 'ff' in selection path 'scripts.ff.node' not found

168 views Asked by At

Using the recommended nix build method from this guide for a cardano-node from scratch (on Debian or Ubuntu latest) running this command:

$ nix-build -A scripts.ff.node -o ff-node-local

I get the following error:

error: attribute 'ff' in selection path 'scripts.ff.node' not found
1

There are 1 answers

0
site On

To get past that error, try using a more updated guide here, and run the following nix-build command instead:

nix-build -A scripts.mainnet.node -o mainnet-node-local