test remove

This commit is contained in:
NyxErinys 2026-05-19 02:53:13 -05:00
parent 9b3378fac7
commit 8ea2fe274e
2 changed files with 1 additions and 16 deletions

View file

@ -1,7 +1,7 @@
{ cfg, lib, inputs, ... }:
let
manifests = [
./test-ubuntu.nix
];
imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;
in