2025-07-12 01:06:16 +02:00

5 lines
98 B
Nix

{ config, lib, values, ... }:
{
nameList = builtins.attrNames (builtins.readDir ../hardware);
}