mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-05-13 00:33:32 +02:00
5 lines
98 B
Nix
5 lines
98 B
Nix
{ config, lib, values, ... }:
|
|
{
|
|
nameList = builtins.attrNames (builtins.readDir ../hardware);
|
|
}
|