1
0
forked from extern/nix-config
donovanglover-nix-config/containers/default.nix
Donovan Glover a28b33a2d9
meta: Merge iamb container with wine
Similar to the previous commit, I'm trying to reduce build times here.
Containers are great but each one increases the build time by a
non-trivial amount. By limiting the amount of containers and using
virtual machines for things that "absolutely need to be virtualized",
build times overall should be more productive.
2023-08-31 10:10:13 -04:00

8 lines
67 B
Nix

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