This commit is contained in:
Robin Appelman 2024-07-25 23:00:53 +02:00
commit 169134bd53
5 changed files with 109 additions and 16 deletions

View file

@ -26,4 +26,5 @@ in {
name = "extracted-logs";
paths = flatten (map attrValues (attrValues final.extracted-logs-parts-rust));
};
logsmash = final.callPackage ./package.nix {};
}