forked from DGNum/infrastructure
6 lines
104 B
Nix
6 lines
104 B
Nix
range:
|
|
|
|
{
|
|
poe = [ ];
|
|
regular = (range "ge-0/2/" 4) ++ (range "xe-0/2/" 4) ++ (range "et-0/2/" 4);
|
|
}
|