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