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 Revert "treewide: use nativeBuildInputs with runCommand instead of inlining" 2022-12-26 21:05:35 +03:00
get-version-suffix installer/tools/get-version-suffix: set --git-dir 2022-06-27 14:28:03 +02:00
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: fix typos 2023-05-19 22:31:04 -04:00
nixos-generate-config.pl installer/nixos-generate-config: correctly detect bcache 2024-03-26 23:32:09 +01:00
nixos-install.sh nixos-install: fix removal of non-empty /mnt 2023-08-02 16:37:22 +08:00
nixos-version.sh nixos-version: print error for missing revision to stderr 2023-01-03 20:40:35 +01:00
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