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 let
mkNixpkgs = { mkNixpkgs = {
rev ? null, rev,
sha256 ? null, sha256,
branch ? null, branch,
version, version,
#VVV config #VVV config
localSystem ? if stdenv != null then stdenv.buildPlatform.system else builtins.currentSystem, #< not available in pure mode localSystem ? if stdenv != null then stdenv.buildPlatform.system else builtins.currentSystem, #< not available in pure mode