Skip to content

Commit 7bf9641

Browse files
committed
doc: elaborate on where to add input for new tags
1 parent 71f7e37 commit 7bf9641

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/guides/build-valence-contracts.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ Supposing that valence-protocol version X.Y.Z was just released,
2323
the package for that version's contracts would have to be added
2424
to this repository.
2525

26-
First add the add the input for the tag to the flake.nix, by
27-
addling these two lines inside the `inputs` section.
26+
First add the add the input for the tag to the
27+
[flake.nix in zero.nix](https://github.com/timewave-computer/zero.nix/blob/main/flake.nix)
28+
, by adding these two lines inside the `inputs` section.
2829
```nix
2930
inputs = {
3031
valence-contracts-vX_Y_Z.url = "github:timewave-computer/valence-protocol/vX.Y.Z";

0 commit comments

Comments
 (0)