universe/hosts/earth/default.nix

10 lines
102 B
Nix
Raw Normal View History

2025-03-02 19:00:20 +00:00
{u, ...}: {
imports = u.umport {
path = ./.;
exclude = [
./default.nix
];
};
}