9 lines
No EOL
65 B
Nix
9 lines
No EOL
65 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./git.nix
|
|
];
|
|
} |