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

@ -3,7 +3,6 @@
pkgs,
inputs,
callPackage,
...
}: let
inherit (inputs.helix.packages."${pkgs.system}") helix;
runtime = callPackage ./runtime.nix {};