fix(files): remove TODO comment from files module

This commit is contained in:
Mohammad Rafiq 2025-07-05 04:57:23 +08:00
parent 145200480d
commit 2c77ff76ba
No known key found for this signature in database

View file

@ -8,7 +8,6 @@
let let
inherit (builtins) map head; inherit (builtins) map head;
inherit (lib) concatStringsSep; inherit (lib) concatStringsSep;
#TODO: add the .nix file its generated from
mkListEntry = x: "- [" + x.path_ + "](" + x.path_ + ")"; mkListEntry = x: "- [" + x.path_ + "](" + x.path_ + ")";
listOfGeneratedFiles = withSystem (head config.systems) (psArgs: psArgs.config.files.files); listOfGeneratedFiles = withSystem (head config.systems) (psArgs: psArgs.config.files.files);
in in