mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 18:59:44 +01:00
15 lines
316 B
YAML
15 lines
316 B
YAML
|
image: nixos/nix:latest
|
||
|
|
||
|
pages:
|
||
|
script:
|
||
|
- mkdir -p ~/.config/nixpkgs
|
||
|
- echo '{ manual.html.enable = true; }' > ~/.config/nixpkgs/home.nix
|
||
|
- nix-shell . -A install
|
||
|
- mkdir public
|
||
|
- cp -r ~/.nix-profile/share/doc/home-manager/* public/
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- public
|
||
|
only:
|
||
|
- master
|