mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-05-08 10:36:02 +03:00
add meta.mainProgram
`lib.getExe zig` will no longer show the warnings.
This commit is contained in:
parent
890dc8f72d
commit
f08689111b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
cp -r lib/* $out/lib
|
||||
cp zig $out/bin/zig
|
||||
'';
|
||||
|
||||
meta.mainProgram = "zig";
|
||||
};
|
||||
|
||||
# The packages that are tagged releases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue