Fediversity/deployment/check/data-model-basic/constants.nix

12 lines
337 B
Nix

{
targetMachines = [
# FIXME removing caused error: expected an indented block after 'with'
"ssh"
];
# stablize path, as just the path would yield distinct paths when applied multiple times
pathToRoot = builtins.path {
path = ../../..;
name = "root";
};
pathFromRoot = "/deployment/check/data-model-basic";
}