infrastructure/meta/default.nix

6 lines
57 B
Nix
Raw Normal View History

2023-07-23 23:36:55 +02:00
let
nodes = import ./nodes.nix;
in
{ inherit nodes; }