refactor(ci): overlays output

This commit is contained in:
arcnmx 2024-04-07 16:27:40 -07:00
parent 3c19a00aaa
commit 5658105812
6 changed files with 39 additions and 40 deletions

View file

@ -87,6 +87,7 @@ in {
gensokyo-zone = {
inherit inputs;
inherit (inputs) self;
inherit (inputs.self) overlays;
inherit (inputs.self.lib) tree meta lib systems;
};
generate = import ./generate.nix {inherit inputs tree;};