···18 # so we do it now.
19 localSystem ? builtins.intersectAttrs { system = null; platform = null; } args
200000021, # Fallback: The contents of the configuration file found at $NIXPKGS_CONFIG or
22 # $HOME/.config/nixpkgs/config.nix.
23 config ? let
···18 # so we do it now.
19 localSystem ? builtins.intersectAttrs { system = null; platform = null; } args
2021+, # These are needed only because nix's `--arg` command-line logic doesn't work
22+ # with unnamed parameters allowed by ...
23+ system ? localSystem.system
24+, platform ? localSystem.platform
25+26, # Fallback: The contents of the configuration file found at $NIXPKGS_CONFIG or
27 # $HOME/.config/nixpkgs/config.nix.
28 config ? let