nixpkgs/doc/builders
Gabriella Gonzalez 930b0dfbc1 darwin.builder: Remove trailing ' from host key
The trailing `'` was included by mistake and is not supposed
to be there:

```ShellSession
$ base64 -w0 /etc/ssh/ssh_host_ed25519_key.pub
c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUpCV2N4Yi9CbGFxdDFhdU90RStGOFFVV3JVb3RpQzVxQkorVXVFV2RWQ2Igcm9vdEBuaXhvcwo=
```

The reason it did not cause issues before is because
Nix ignores everything after the `=`:

3dbf9b5af5/src/libutil/util.cc (L1539-L1540)

… so it's harmless but still worth fixing.
2022-12-29 07:19:16 -06:00
..
images doc,nixos/doc: unescape apostrophes 2022-12-27 17:13:47 +01:00
packages doc,nixos/doc: unescape apostrophes 2022-12-27 17:13:47 +01:00
special darwin.builder: Remove trailing ' from host key 2022-12-29 07:19:16 -06:00
fetchers.chapter.md doc: use sri hash syntax 2022-12-04 06:12:18 +00:00
images.xml nixos/lib/make-disk-image: docs, UEFI vars recording, more determinism 2022-12-24 19:15:29 +01:00
special.xml Add documentation 2022-12-19 17:03:45 -08:00
testers.chapter.md doc: use sri hash syntax 2022-12-04 06:12:18 +00:00
trivial-builders.chapter.md doc/builders: fix typos 2022-03-10 20:43:29 +01:00