use pure nix for manifests, yaml is too buggy

This commit is contained in:
2026-03-05 15:41:01 -05:00
parent be44e93efe
commit 27bdb3f674
7 changed files with 82 additions and 52 deletions

View File

@@ -0,0 +1,5 @@
{
imports = [
./test.nix
];
}