intermediate commit

This commit is contained in:
Albert
2025-04-26 23:24:04 +02:00
parent d59a3f6ec0
commit 31b89c7049
8 changed files with 132 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
{ config, lib, values, ... }:
{
nameList = builtins.attrNames (builtins.readDir ../hardware);
}