We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf04b9 commit 64d3b25Copy full SHA for 64d3b25
markers/config.nix
@@ -13,10 +13,12 @@
13
name = "BlishHUD Commander's Markers Internal Markers";
14
fileName = "Extracted.markers";
15
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";
+ remote.github = {
+ owner = "TaimiHUD";
18
+ repo = "CommandersMarkersInternalMarkers";
19
+ archive.enable = true;
20
};
- versions."latest".hash = null;
21
+ versions."0.0.1".hash = null;
22
23
24
}
0 commit comments