system.replaceDependencies.cutoffPackages
NixOS option
Packages to which no replacements should be applied. The initrd is matched by default, because its structure renders the replacement process ineffective and prone to breakage.
type: list of packageDefault
declared in: nixos/modules/system/activation/top-level.nixView source on NixOS/nixpkgs →lib.optionals config.boot.initrd.enable [ config.system.build.initialRamdisk ]