1
0
forked from extern/nix-config
donovanglover-nix-config/containers/default.nix
Donovan Glover 8bf12e9f3b
meta: Merge rar container with wine
I'll rename this later, but basically I got tired of the vastly
increased build times due to having multiple containers, and would
rather combine containers where possible.

Although unfortunate, this should still be better than not using
containers at all, and by making the usage of such containers easier,
the probability of using them increases as well.
2023-08-31 10:09:09 -04:00

9 lines
82 B
Nix

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