Files
clan-core/clanModules/state-version/default.nix
2025-07-01 18:15:11 +02:00

7 lines
154 B
Nix

# Dont import this file
# It is only here for backwards compatibility.
# Dont author new modules with this file.
{
imports = [ ./roles/default.nix ];
}