diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-25 18:02:34 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-25 18:02:34 +0200 |
commit | a9e3a8ba3bc7f9635a031b16cc221358c2a20255 (patch) | |
tree | 0a646452c6f0442ec1f3034cf91237d35de013dc /pkgs/default.nix | |
parent | feat(pkgs): Add a `git-cleanup` script (diff) | |
download | nixos-config-a9e3a8ba3bc7f9635a031b16cc221358c2a20255.tar.gz nixos-config-a9e3a8ba3bc7f9635a031b16cc221358c2a20255.zip |
docs(pkgs): Add TODO regarding the lack of source filtering
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r-- | pkgs/default.nix | 1 |
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; |