Skip to content

Commit 618dab1

Browse files
committed
WIP: Change ledger.url for testing purposes
NOTA BENE: This commit chould be reverted prior merging the PR
1 parent c019e56 commit 618dab1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
# the tag in the url below and run `nix flake update`, so that GitHub Actions
1111
# will build the documentation from the latest ledger and ledger-mode release.
1212
# TODO: Replace `master` with the tag of the ledger release following 3.3.2, once available.
13-
ledger.url = "github:ledger/ledger/master";
13+
#ledger.url = "github:ledger/ledger/master";
14+
# FIXME: Replace the next line with the one above once appropriate PR has been merged to master.
15+
ledger.url = "github:afh/ledger/api-documentation";
1416
ledger-mode.url = "github:ledger/ledger-mode/v4.0.0";
1517
ledger-mode.flake = false;
1618
doxygen-awesome.url = "github:jothepro/doxygen-awesome-css/v2.2.0";

0 commit comments

Comments
 (0)