docs included in hyperhive-website directly

This commit is contained in:
müde 2026-06-05 21:01:00 +02:00
commit c54741d2f9
2 changed files with 4 additions and 5 deletions

8
flake.lock generated
View file

@ -365,11 +365,11 @@
]
},
"locked": {
"lastModified": 1780682000,
"narHash": "sha256-yPDRsetU1pXSiZ0W25kyuCVUe0AHcRP1PrnfN5rpja4=",
"lastModified": 1780685665,
"narHash": "sha256-2e0zqqFE9EI64vBeP+uZKE3dzz4yP1bo4410Z9rDybI=",
"ref": "refs/heads/main",
"rev": "7031f57c14829dd42d358b88a4fbc8e22bb2cc07",
"revCount": 1662,
"rev": "d952e7ac01596f7294cee81ee447009797ac62de",
"revCount": 1670,
"type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git"
},

View file

@ -51,7 +51,6 @@ in
forceSSL = true;
enableACME = true;
root = hyperhive-website.packages.${pkgs.stdenv.hostPlatform.system}.default;
locations."/options/".alias = "${hyperhive.packages.${pkgs.stdenv.hostPlatform.system}.docs}/";
};
};
};