update flake inputs and pkgs. change TrackersListCollecton from flake inputs to pkgs

This commit is contained in:
ulic-youthlic 2025-05-20 11:55:43 +08:00
parent c0f3250730
commit e041ee95c8
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
19 changed files with 87 additions and 67 deletions

View file

@ -0,0 +1,5 @@
{outputs, ...}: final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (outputs.packages."${system}") TrackersListCollection;
}

View file

@ -3,6 +3,7 @@
in
[
./rime-ice.nix
./TrackersListCollection.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)