fix(files): remove TODO comment from files module
This commit is contained in:
parent
145200480d
commit
2c77ff76ba
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
let
|
||||
inherit (builtins) map head;
|
||||
inherit (lib) concatStringsSep;
|
||||
#TODO: add the .nix file its generated from
|
||||
mkListEntry = x: "- [" + x.path_ + "](" + x.path_ + ")";
|
||||
listOfGeneratedFiles = withSystem (head config.systems) (psArgs: psArgs.config.files.files);
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue