Skip to content

Commit f66794e

Browse files
chore: Update lean4-nix (#27)
* chore: Update lean4-nix * fix: Copy gitignored blake3 symlink
1 parent c42d5a5 commit f66794e

2 files changed

Lines changed: 24 additions & 18 deletions

File tree

flake.lock

Lines changed: 21 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
// {
4646
name = "Blake3";
4747
buildLibrary = true;
48+
postInstall = ''
49+
cp -P ./blake3 $out
50+
'';
4851
});
4952
blake3Test = lake2nix.mkPackage (commonArgs
5053
// {

0 commit comments

Comments
 (0)