feat(hakurei): docs

This commit is contained in:
arcnmx 2024-02-22 14:14:12 -08:00
parent c0e241b83c
commit 1d038633ce
11 changed files with 238 additions and 2 deletions

View file

@ -133,5 +133,13 @@
export PATH=":{makeBinPath [ packages.nf-alejandra ]}:$PATH"
source ${../ci/fmt-nix.sh}
'';
nf-docs = pkgs.writeShellScriptBin "nf-docs" ''
${exports}
export NF_DOCS_PATH=${packages.docs}
source ${../ci/docs.sh}
'';
docs = pkgs.callPackage ../docs/derivation.nix {
inherit (inputs) self;
};
};
in output