forked from extern/nix-config
a28b33a2d9
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.
8 lines
67 B
Nix
8 lines
67 B
Nix
{
|
|
imports = [
|
|
./dev.nix
|
|
./srb2.nix
|
|
./wine.nix
|
|
];
|
|
}
|