mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
nixos/image: move docs into manual
This commit is contained in:
parent
ed9263dc61
commit
84722633b7
3 changed files with 2 additions and 4 deletions
|
@ -8,4 +8,5 @@ installing.chapter.md
|
||||||
changing-config.chapter.md
|
changing-config.chapter.md
|
||||||
upgrading.chapter.md
|
upgrading.chapter.md
|
||||||
building-nixos.chapter.md
|
building-nixos.chapter.md
|
||||||
|
building-images-via-systemd-repart.chapter.md
|
||||||
```
|
```
|
||||||
|
|
|
@ -206,10 +206,7 @@ in
|
||||||
| tee repart-output.json
|
| tee repart-output.json
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta.maintainers = with lib.maintainers; [ nikstur ];
|
||||||
maintainers = with lib.maintainers; [ nikstur ];
|
|
||||||
doc = ./repart.md;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue