mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
fix: allow linux and darwin machines to build
This commit is contained in:
parent
d33717e3dc
commit
2f5a7dd068
3 changed files with 6 additions and 2 deletions
|
|
@ -39,6 +39,10 @@ with lib;
|
|||
default = toString (inputs.darwin + "/modules");
|
||||
};
|
||||
};
|
||||
nodes.all = mkOption {
|
||||
type = types.attrsOf types.unspecified;
|
||||
default = config.network.nodes.nixos // config.network.nodes.darwin;
|
||||
};
|
||||
nodes.nixos =
|
||||
let
|
||||
nixosModule = { name, config, meta, modulesPath, lib, ... }: with lib; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue