nix check works!!

This commit is contained in:
2026-06-18 19:03:46 -05:00
parent 9c395bd12c
commit 6de2694495
9 changed files with 95 additions and 56 deletions
+8
View File
@@ -0,0 +1,8 @@
{ config, lib, ... }:
{
imports = [
./qemu.nix
./podman.nix
];
}