version docs pages

This commit is contained in:
outfoxxed 2025-07-22 01:08:30 -07:00
parent 5865251560
commit 010557ea77
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
30 changed files with 324 additions and 340 deletions

View file

@ -6,8 +6,7 @@
yarn-berry,
nodejs,
cacert,
quickshell-types ? null,
masterBranch ? false,
versions,
}: stdenv.mkDerivation (final: let
nodeModules = stdenv.mkDerivation {
pname = "${final.pname}-node_modules";
@ -70,8 +69,7 @@ in {
'';
PRODUCTION = true;
MASTER_BRANCH = masterBranch;
SECRET_MODULES_PATH = if quickshell-types == null then "" else quickshell-types;
VERSION_FILE_PATH = versions;
buildPhase = ''
HOME=$(pwd)/garbage-tooling yarn build