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