Skip to content

Commit 64d3b25

Browse files
committed
feat: attempt to fix?
1 parent 1cf04b9 commit 64d3b25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

markers/config.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
name = "BlishHUD Commander's Markers Internal Markers";
1414
fileName = "Extracted.markers";
1515
description = "Markers that were embedded into the source code of BlishHUD's Commander's Markers.";
16-
remote.direct = {
17-
url = "https://raw.githubusercontent.com/TaimiHUD/DataSources/refs/heads/main/markers/Extracted.markers";
16+
remote.github = {
17+
owner = "TaimiHUD";
18+
repo = "CommandersMarkersInternalMarkers";
19+
archive.enable = true;
1820
};
19-
versions."latest".hash = null;
21+
versions."0.0.1".hash = null;
2022
};
2123
};
2224
}

0 commit comments

Comments
 (0)