nixos-config/packages/art/updater.nix

6 lines
108 B
Nix
Raw Normal View History

2024-11-10 21:20:25 +00:00
{
lib,
callPackage,
}:
lib.concatMapStringsSep "\n" (f: callPackage "${f}/updater.nix" { }) [ ./lotte ]