mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
fix cross builds
This commit is contained in:
parent
f66a115c50
commit
36c134fc95
2 changed files with 15 additions and 9 deletions
|
|
@ -15,6 +15,12 @@
|
|||
"x86_64-unknown-linux-musl"
|
||||
"x86_64-pc-windows-gnu"
|
||||
];
|
||||
packageOpts = {extracted-logs-rust, ...}: {
|
||||
preBuild = ''
|
||||
rm -r -f data/src/data
|
||||
cp -r ${extracted-logs-rust} data/src/data
|
||||
'';
|
||||
};
|
||||
withOverlays = import ./nix/overlay.nix;
|
||||
packages = {
|
||||
logsmash = { logsmash }: logsmash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue