mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(ci): flake inputs tidying
This commit is contained in:
parent
510be2a5bb
commit
dfee70c195
4 changed files with 21 additions and 49 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue