tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/image: move docs into manual
nikstur
2 years ago
84722633
ed9263dc
+2
-4
3 changed files
expand all
collapse all
unified
split
nixos
doc
manual
installation
building-images-via-systemd-repart.chapter.md
installation.md
modules
image
repart.nix
+1
nixos/doc/manual/installation/installation.md
···
8
8
changing-config.chapter.md
9
9
upgrading.chapter.md
10
10
building-nixos.chapter.md
11
11
+
building-images-via-systemd-repart.chapter.md
11
12
```
nixos/modules/image/repart.md
nixos/doc/manual/installation/building-images-via-systemd-repart.chapter.md
+1
-4
nixos/modules/image/repart.nix
···
206
206
| tee repart-output.json
207
207
'';
208
208
209
209
-
meta = {
210
210
-
maintainers = with lib.maintainers; [ nikstur ];
211
211
-
doc = ./repart.md;
212
212
-
};
209
209
+
meta.maintainers = with lib.maintainers; [ nikstur ];
213
210
214
211
};
215
212
}