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
scan
sd-card
tools installer/nixos-generate-config: correctly detect bcache 2024-03-26 23:32:09 +01:00
virtualbox-demo.nix