puzzlevision/modules/flake/default.nix
2025-07-28 21:27:23 +02:00

9 lines
234 B
Nix

{
imports = [
# Automagically imports libs from "/lib/lib-name" and exposes them to the `flake.lib` output.
./lib.nix
# Automagically imports systems from "/systems/arch-classname/system-name".
./systems.nix
];
}