nixpkgs/doc/builders/special
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
..
darwin-builder.section.md darwin.builder: Remove trailing ' from host key 2022-12-29 07:19:16 -06:00
fhs-environments.section.md buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS location 2022-03-03 01:22:09 +02:00
mkshell.section.md mkShell: make it buildable (#153194) 2022-01-08 01:54:04 +01:00