flake reorg

This commit is contained in:
Robin Appelman 2024-09-27 17:40:09 +02:00
commit 2a34eee2f1
11 changed files with 179 additions and 285 deletions

View file

@ -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