9 lines
98 B
Nix
9 lines
98 B
Nix
# modules/dev/default.nix
|
|
{
|
|
imports = [
|
|
./docker.nix
|
|
./shell.nix
|
|
./tools.nix
|
|
];
|
|
}
|