This reverts commit 8f177612b14063b644288a5a1058bf47f44b43a5.
Attempting to start any service from udev when systemd-udev-settle is
used at all hangs the boot for 2min. See issue #107341.
* nvimpager: init at 0.9
* nvimpager: fixup: doCheck can be overriden with `overrideAttrs`
* nvimpager: fixup: use patchShebangs instead of substituteInPlace
* nvimpager: fixup: move pandoc to nativeBuildInputs
* Fix typo
* nvimpager: fixup: run the tests in a pseudo tty
* nvimpager: fixup: make all dependencies overridable
Prior to this commit, installation over serial console would requiring
manually having to modify the kernel modeline, as described in
https://github.com/NixOS/nixpkgs/issues/58198 .
This is unnecessarily fiddly, so this commit adds a syslinux boot
entry that has serial enabled.
GRUB already has a serial console entry:
2c07a0800a/nixos/modules/installer/cd-dvd/iso-image.nix (L311-L317)
Why 115200 bps? This is already used in other places, e.g. https://github.com/NixOS/nixpkgs/pull/58196
I tested this change by building the image, booting the image, and
observing the boot process over serial:
$ cd nixos/
$ nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/installation-cd-minimal.nix default.nix
$ sudo cp /nix/store/arcl702c3z8xlndlvnfplq9yhixjvs9k-nixos-20.09pre-git-x86_64-linux.iso/iso/nixos-20.09pre-git-x86_64-linux.iso /dev/sdb
$ picocom -b 115200 /dev/ttyUSB0
This reverts commit df4d0b03efe967e07b227edc004169701e39fd3e, reversing
changes made to b333263534e23f6e5a394193c5cb2c5f793f6525.
It didn't even evaluate!
This reverts commit 0f25eb3e7dc1ad60288f95b7bc9ec8c7ce3959e5, reversing
changes made to df91ae1ac0733a5ad42411bc72826b4eee9e5111.
These toolchain changes are too problematic, so reverting for now; see
https://github.com/NixOS/nixpkgs/pull/107086#issuecomment-749196366
This reverts commit 241c3912555e0f80e3a61a808c70986f0f4cb8fe, reversing
changes made to ab8c2b2b2ca6579104f5692ead859db31030de35.
These toolchain changes are too problematic, so reverting for now; see
https://github.com/NixOS/nixpkgs/pull/107086#issuecomment-749196366