Inventory/assertions: add seperate assertion layer

This commit is contained in:
Johannes Kirschbauer
2024-11-13 13:52:47 +01:00
parent 22e164b869
commit 3019d7da7e
4 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
imports = [
./interface.nix
./implementation.nix
];
}