mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
Makefile: add docs-serve and docs-build step
This commit is contained in:
parent
9a2372c6af
commit
c6129ea634
8
Makefile
8
Makefile
@ -24,3 +24,11 @@ update_with_forked_inputs:
|
|||||||
nix flake lock \
|
nix flake lock \
|
||||||
--override-input guix-overlay git+file:///home/foo-dogsquared/library/projects/software/nix-overlay-guix/ \
|
--override-input guix-overlay git+file:///home/foo-dogsquared/library/projects/software/nix-overlay-guix/ \
|
||||||
--override-input dotfiles git+file:///home/foo-dogsquared/library/dotfiles/
|
--override-input dotfiles git+file:///home/foo-dogsquared/library/dotfiles/
|
||||||
|
|
||||||
|
.PHONY: docs-serve
|
||||||
|
docs-serve:
|
||||||
|
nix develop '.#docs' --impure -c hugo -s ./docs serve
|
||||||
|
|
||||||
|
.PHONY: docs-build
|
||||||
|
docs-build:
|
||||||
|
nix develop '.#docs' --impure -c hugo -s ./docs/
|
||||||
|
Loading…
Reference in New Issue
Block a user