Files
nix-config-ryan4yin/hosts/idols-ai/ai/default.nix

5 lines
53 B
Nix

{ mylib, ... }:
{
imports = mylib.scanPaths ./.;
}