Files
nix-config/hosts/idols-aquamarine/exporters/default.nix

5 lines
53 B
Nix

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