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 package
Default
lib.optionals config.boot.initrd.enable [ config.system.build.initialRamdisk ]
declared in: nixos/modules/system/activation/top-level.nixView source on NixOS/nixpkgs →