mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
more app data
This commit is contained in:
parent
e27a964457
commit
c56a77f3d0
3 changed files with 166 additions and 9 deletions
|
|
@ -70,6 +70,12 @@
|
|||
nearskOpt = {
|
||||
pname = "cloud-log-analyser";
|
||||
root = src;
|
||||
|
||||
preBuild = ''
|
||||
mkdir -p data/src/data
|
||||
rm -r data/src/data
|
||||
cp -r ${pkgs.extracted-logs-rust} data/src/data
|
||||
'';
|
||||
};
|
||||
in rec {
|
||||
packages =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue