port markers to bluemap structure

This commit is contained in:
2024-09-02 13:47:45 +02:00
parent abfccce218
commit 1b4087bd33
11 changed files with 151 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
inputs = { };
outputs = inputs@{ self, ...}: {
map-markers = import ./map-markers;
map-lib = import ./map-markers/lib.nix;
};
}