Skip to content

Commit

Permalink
fix: warning of name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
realeinherjar committed Oct 12, 2023
1 parent 644146a commit 5e78044
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
(craneLib.filterCargoSources path type)
;
};

# Fixing name/version here to avoid warnings
# This does not interact with the versioning
# in any of bdk crates' Cargo.toml
pname = "bdk-crane";
version = "0.1.0";

buildInputs = [
# Add additional build inputs here
pkgs-bitcoind.bitcoind
Expand Down

0 comments on commit 5e78044

Please sign in to comment.