nit: nixpkgs-bootstrap: remove nonsensical argument defaults
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user