10 lines
120 B
Nix
10 lines
120 B
Nix
{ pkgs, config, ... }: {
|
|
imports = [
|
|
./c.nix
|
|
./common.nix
|
|
./go.nix
|
|
./node.nix
|
|
./python.nix
|
|
];
|
|
}
|