clan-config: introduce --machine + add tests

This commit is contained in:
DavHau
2023-08-26 10:32:04 +02:00
parent e73299a306
commit 8ca0a2aee4
6 changed files with 178 additions and 83 deletions

View File

@@ -77,7 +77,7 @@ python3.pkgs.buildPythonPackage {
];
propagatedBuildInputs = dependencies;
passthru.tests.clan-pytest = runCommand "clan-tests"
passthru.tests.clan-pytest = runCommand "clan-pytest"
{
nativeBuildInputs = [ age zerotierone bubblewrap sops nix openssh rsync stdenv.cc ];
} ''