mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(hakurei): docs
This commit is contained in:
parent
c0e241b83c
commit
1d038633ce
11 changed files with 238 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue