nixpkgs/nixos/modules/installer
Luke Granger-Brown 3b8cd8ad70 installer/nixos-generate-config: correctly detect bcache
PR #256638 inadvertently introduced a bug in `nixos-generate-config` whereby it
would never put `bcache` into the `availableKernelModules` for the initrd.

This is because the `qr` operator in Perl returns a regex object, rather than
matching it; the regex object evaluates to true, making the filter expression
effectively `grep(!true, @bcacheDevices)`, which will always return an empty
list.
2024-03-26 23:32:09 +01:00
..
cd-dvd nixos/iso-image: extremely cursed performance optimization for Hydra 2024-03-12 15:41:59 +03:00
netboot nixos netboot: prepend systemd initrd sysroot for store overlay 2024-02-27 22:41:45 +01:00
scan
sd-card nixos/filesystems: make supportedFilesystems an attrset 2024-02-19 11:46:52 +01:00
tools installer/nixos-generate-config: correctly detect bcache 2024-03-26 23:32:09 +01:00
virtualbox-demo.nix