mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
only test with 29 data for now
This commit is contained in:
parent
3af655c17c
commit
28c93c935c
10 changed files with 8596 additions and 94362 deletions
|
|
@ -1,9 +1,10 @@
|
|||
final: prev: let
|
||||
inherit (builtins) mapAttrs attrValues map;
|
||||
inherit (builtins) mapAttrs attrValues map tail;
|
||||
inherit (prev) symlinkJoin;
|
||||
inherit (prev.lib) importJSON;
|
||||
inherit (prev.lib.lists) flatten;
|
||||
packages = prev.lib.traceValSeq (importJSON ./versions.json);
|
||||
allPackages = importJSON ./versions.json;
|
||||
packages = {server = {"29" = allPackages.server."29";};};
|
||||
|
||||
loggingFor = mode: name:
|
||||
mapAttrs (major: data: (final.callPackage ./extracted-logs.nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue