Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 16 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
inputs = {
nixpkgs.follows = "lean4-nix/nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts";
lean4-nix.url = "github:lenianiva/lean4-nix";
lean4-nix.url = "github:argumentcomputer/lean4-nix?ref=lake-config";
blake3 = {
url = "github:BLAKE3-team/BLAKE3?ref=refs/tags/1.8.2";
url = "github:BLAKE3-team/BLAKE3?ref=refs/tags/1.8.3";
flake = false;
};
};
Expand Down Expand Up @@ -46,7 +46,7 @@
name = "Blake3";
buildLibrary = true;
postInstall = ''
cp -P ./blake3 $out
cp -rP ./blake3 $out
'';
});
blake3Test = lake2nix.mkPackage (commonArgs
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lean_lib Blake3 where
lean_exe Blake3Test

abbrev blake3RepoURL := "https://github.com/BLAKE3-team/BLAKE3"
abbrev blake3RepoTag := "1.8.2"
abbrev blake3RepoTag := "1.8.3"

target cloneBlake3 pkg : GitRepo := do
let repoDir : GitRepo := pkg.dir / "blake3"
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.26.0
leanprover/lean4:v4.27.0