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

7 lines
89 B
Nix

{
targetMachines = [
"hello"
];
pathToRoot = ../../..;
pathFromRoot = ./.;
}