update flake inputs and pkgs. change TrackersListCollecton from flake inputs to pkgs
This commit is contained in:
parent
c0f3250730
commit
e041ee95c8
19 changed files with 87 additions and 67 deletions
5
overlays/additions/TrackersListCollection.nix
Normal file
5
overlays/additions/TrackersListCollection.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages."${system}") TrackersListCollection;
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
in
|
||||
[
|
||||
./rime-ice.nix
|
||||
./TrackersListCollection.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue