nixpkgs/nixos/modules/system/activation
Bjørn Forsman ef85c3fe51 nixos: use passAsFile to avoid "Argument list too long" error
This patch fixes "Argument list too long" build failure when passing a
list of store paths to system.extraDependencies that exceeds Linux'
MAX_ARG_STRLEN limit of 128 KiB. With the shortest possible derivation
names (one byte), the 128 KiB limit is equivalent to about 2850
derivations. With longer derivations names, the limit is hit earlier.
Fix this restriction.
2023-05-19 22:31:31 +02:00
..
activation-script.nix
bootspec.cue
bootspec.nix nixos/bootspec: Fix cross for nixos-system systemBuilder 2023-05-04 20:09:16 -07:00
no-clone.nix
specialisation.nix
switch-to-configuration.pl
test.nix
top-level.nix nixos: use passAsFile to avoid "Argument list too long" error 2023-05-19 22:31:31 +02:00