Cardano-node nix-build 错误:未找到选择路径“scripts.ff.node”中的属性“ff”

问题描述

使用 this guide 中推荐的 nix 构建方法从头开始(在 Debian 或 Ubuntu 最新版本上)运行此命令:

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

我收到以下错误

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

解决方法

要克服该错误,请尝试使用更新的 guide here,并改为运行以下 nix-build 命令:

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