Closed solomon-b closed 2 years ago
Update your version of Nix. This isn't an issue with cardano-node.
I'm on nixpkgs-21.11 using nix 2.5. Are you saying that cardano-node requires running nixpkgs-unstable?
Closing this. If this is still relevant please reopen.
Internal/External External
Area Other
Summary I am using the nix flake as an input to build a nixos system. When I run
nix flake update
, I get an error about a non-existent input tocardano-node
:Steps to reproduce Steps to reproduce the behavior:
nix flake update
Expected behavior I would expect my flake lock to update successfully.
System info (please complete the following information):
cardano-node --version
)cardano-cli --version
)If the git revision is reported to be
0000000000000000000000000000000000000000
, please usecabal build
instead ofcabal install
to build the binaries becausecabal install
does not record the git revision in the binaries.Screenshots and attachments
Additional context Add any other context about the problem here.