mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-04 02:24:11 +02:00
flake reorg
This commit is contained in:
parent
9140759082
commit
2a34eee2f1
11 changed files with 179 additions and 285 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
packages,
|
||||
lib,
|
||||
writeTextDir,
|
||||
}: let
|
||||
{ packages
|
||||
, lib
|
||||
, writeTextDir
|
||||
,
|
||||
}:
|
||||
let
|
||||
inherit (builtins) head attrNames concatStringsSep replaceStrings;
|
||||
inherit (lib.attrsets) mapAttrsToList;
|
||||
inherit (lib.lists) flatten last;
|
||||
|
|
@ -33,4 +34,5 @@
|
|||
}
|
||||
}
|
||||
'';
|
||||
in writeTextDir "mod.rs" code
|
||||
in
|
||||
writeTextDir "mod.rs" code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue