nix-config/containers/default.nix
Donovan Glover 41b784ec9b
meta: Merge srb2 container with wine
This continues the process of reducing the amount of containers in order
to significantly reduce build times.
2023-08-31 10:20:18 -04:00

7 lines
52 B
Nix

{
imports = [
./dev.nix
./wine.nix
];
}