Skip to content

Commit

Permalink
temporarily use fork of lean4-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Oct 27, 2024
1 parent 0b2215a commit fc92ed3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{"version": "1.1.0",
"packagesDir": ".lake/packages",
"packages":
[{"url": "https://github.com/leanprover/lean4-cli",
[{"url": "https://github.com/kim-em/lean4-cli.git",
"type": "git",
"subDir": null,
"scope": "leanprover",
"rev": "2cf1030dc2ae6b3632c84a09350b675ef3e347d0",
"rev": "c073a1cf84e32d191dfa5e1477d215f3cd6d2bde",
"name": "Cli",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
"inputRev": "nightly",
"inherited": false,
"configFile": "lakefile.toml"},
{"url": "https://github.com/leanprover-community/batteries",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "389fb58a2ff92e1ede0db37b1fedcb9a6162df94",
"rev": "6537a38dc29c61ca0cc2fd6061bb800e654397ae",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing",
"inherited": false,
"configFile": "lakefile.lean"}],
"configFile": "lakefile.toml"}],
"name": "importGraph",
"lakeDir": ".lake"}
3 changes: 2 additions & 1 deletion lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ testRunner = "ImportGraphTest"
[[require]]
name = "Cli"
scope = "leanprover"
rev = "main"
git = "https://github.com/kim-em/lean4-cli.git"
rev = "nightly"

[[require]]
name = "batteries"
Expand Down

0 comments on commit fc92ed3

Please sign in to comment.