8 lines
74 B
Nix
8 lines
74 B
Nix
|
_: {
|
||
|
imports = [
|
||
|
# ./fmt.nix
|
||
|
./shell.nix
|
||
|
./templates
|
||
|
];
|
||
|
}
|