chore(ci): flake inputs tidying

This commit is contained in:
arcnmx 2024-04-06 11:54:40 -07:00
parent 510be2a5bb
commit dfee70c195
4 changed files with 21 additions and 49 deletions

View file

@ -4,7 +4,7 @@
}: let
lib = inputs.self.lib.nixlib;
inherit (lib.strings) makeBinPath;
inherit (inputs.std.lib) string list set;
inherit (inputs.self.lib.std) string list set;
packages = inputs.self.packages.${system};
inherit (inputs.self.legacyPackages.${system}) pkgs;
fmt = import ../ci/fmt.nix;