nix-config/system/dev/default.nix

4 lines
43 B
Nix
Raw Normal View History

2025-07-05 00:02:39 +02:00
{
2025-09-03 11:45:12 +02:00
imports = [./docker.nix ./qemu.nix];
2025-07-05 00:02:39 +02:00
}