infrastructure/meta/default.nix

6 lines
57 B
Nix

let
nodes = import ./nodes.nix;
in
{ inherit nodes; }