nixos: remove boot.loader.raspberryPi

This has been announced for 24.11 in #241534, so let's follow through.
This commit is contained in:
Wolfgang Walther
2024-11-17 11:52:23 +01:00
parent e13831335f
commit 8ca24a7a2b
8 changed files with 3 additions and 379 deletions

View File

@@ -20,6 +20,7 @@ in
(mkAliasOptionModuleMD [ "environment" "checkConfigurationOptions" ] [ "_module" "check" ])
# Completely removed modules
(mkRemovedOptionModule [ "boot" "loader" "raspberryPi" ] "The raspberryPi boot loader has been removed. See https://github.com/NixOS/nixpkgs/pull/241534 for what to use instead.")
(mkRemovedOptionModule [ "environment" "blcr" "enable" ] "The BLCR module has been removed")
(mkRemovedOptionModule [ "environment" "noXlibs" ] ''
The environment.noXlibs option was removed, as it often caused surprising breakages for new users.