nit: nixpkgs-bootstrap: remove nonsensical argument defaults

This commit is contained in:
2024-10-05 21:27:56 +00:00
parent a2eb2c2cec
commit 761b5a7663

View File

@@ -25,9 +25,9 @@
}:
let
mkNixpkgs = {
rev ? null,
sha256 ? null,
branch ? null,
rev,
sha256,
branch,
version,
#VVV config
localSystem ? if stdenv != null then stdenv.buildPlatform.system else builtins.currentSystem, #< not available in pure mode