Starting out simple. Small.

This commit is contained in:
Yaro Kasear 2025-07-20 12:45:51 -05:00
parent cde6ba8905
commit 96cc5e9501
5 changed files with 47 additions and 62 deletions

View file

@ -0,0 +1,7 @@
let
buildLocationList = import ../lib/functions/buildLocationList.nix;
sampleData = import ./meta.nix;
in
{
result = buildLocationList sampleData.locations;
}