nichts/parts/default.nix

8 lines
65 B
Nix
Raw Normal View History

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