Files
platform/gw/hive.nix
2025-11-17 17:54:46 +01:00

8 lines
203 B
Nix

let
pkgs = import <nixpkgs> { };
tos-gw = import ./tos-gw { inherit pkgs; };
vtn-gw = import ./vtn-gw { inherit pkgs; };
hel1-1 = import ./hel1-1 { inherit pkgs; };
in
tos-gw // vtn-gw // hel1-1