about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 200cc752..66803694 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -2,6 +2,7 @@
   pkgs,
   sysLib,
 }: let
+  # TODO: Filter the sources of every package in the shards <2024-05-25>
   files = import ./by-name-overlay.nix {
     inherit pkgs sysLib;
     inherit (pkgs) lib;