5 lines
98 B
Nix
5 lines
98 B
Nix
{ config, lib, values, ... }:
|
|
{
|
|
nameList = builtins.attrNames (builtins.readDir ../hardware);
|
|
}
|