mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-18 22:56:00 +01:00
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. |
||
|---|---|---|
| .. | ||
| manpages | ||
| nixos-build-vms | ||
| get-version-suffix | ||
| nix-fallback-paths.nix | ||
| nixos-enter.sh | ||
| nixos-generate-config.pl | ||
| nixos-install.sh | ||
| nixos-version.sh | ||
| tools.nix | ||