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

8 lines
102 B
Nix

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