nichts/parts/default.nix

9 lines
82 B
Nix
Raw Normal View History

2024-08-22 20:56:58 +02:00
_: {
imports = [
./fmt.nix
2024-08-22 20:56:58 +02:00
./shell.nix
./templates
./lib
2024-08-22 20:56:58 +02:00
];
}