add trivial unit test for deployment - now to find how to make it work!

This commit is contained in:
Kiara Grouwstra 2025-07-19 17:38:40 +02:00
parent 7101938fdb
commit 856a5cf078
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -181,14 +181,15 @@ in
{
inherit (fediversity)
example-configuration
example-deployment
;
has-deployment = lib.isAttrs fediversity.example-deployment.resources.the-machine;
};
expected = {
example-configuration = {
enable = true;
applications.hello.enable = true;
};
has-deployment = true;
};
};
}