mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 04:10:05 +00:00
9 lines
234 B
Nix
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
|
|
];
|
|
}
|