Skip to content

Commit 40469c6

Browse files
committed
fix: Copy gitignored blake3 symlink
1 parent 4a3528f commit 40469c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)