nixpkgs/nixos/modules/installer/tools
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
..
manpages nixos/doc: Improve documentation of documentation 2023-08-12 22:28:04 +03:00
nixos-build-vms
get-version-suffix
nix-fallback-paths.nix Revert "nixVersions.stable: 2.18.1 -> 2.19.2" 2024-01-11 19:15:07 +01:00
nixos-enter.sh
nixos-generate-config.pl installer/nixos-generate-config: correctly detect bcache 2024-03-26 23:32:09 +01:00
nixos-install.sh
nixos-version.sh
tools.nix nixos/installer: add a link to how to actually upgrade your system to the stateVersion note 2023-12-29 17:01:04 +03:00