mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 03:50:57 +03:00
nixos/image: move docs into manual
This commit is contained in:
parent
ed9263dc61
commit
84722633b7
@ -8,4 +8,5 @@ installing.chapter.md
|
||||
changing-config.chapter.md
|
||||
upgrading.chapter.md
|
||||
building-nixos.chapter.md
|
||||
building-images-via-systemd-repart.chapter.md
|
||||
```
|
||||
|
@ -206,10 +206,7 @@ in
|
||||
| tee repart-output.json
|
||||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ nikstur ];
|
||||
doc = ./repart.md;
|
||||
};
|
||||
meta.maintainers = with lib.maintainers; [ nikstur ];
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user