mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat: extern nixosModules
This commit is contained in:
parent
cb932b65cc
commit
0116ecf47f
14 changed files with 690 additions and 2 deletions
|
|
@ -46,9 +46,13 @@
|
|||
};
|
||||
checks = legacyPackages.deploy-rs.deployChecks inputs.self.deploy;
|
||||
});
|
||||
inherit (inputs.self.lib.lib) treeToModulesOutput;
|
||||
in {
|
||||
inherit (outputs) devShells legacyPackages packages checks;
|
||||
inherit (systems) deploy nixosConfigurations;
|
||||
nixosModules = treeToModulesOutput tree.impure.modules.extern.nixos;
|
||||
homeModules = treeToModulesOutput tree.impure.modules.extern.home;
|
||||
miscModules = treeToModulesOutput tree.impure.modules.extern.misc;
|
||||
lib = import ./lib.nix {
|
||||
inherit tree inputs;
|
||||
inherit (systems) systems;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue