10 lines
79 B
Nix
10 lines
79 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./clang.nix
|
|
./nuxt.nix
|
|
./rust.nix
|
|
];
|
|
}
|