diff --git a/corepkgs/derivation.nix b/corepkgs/derivation.nix index 374fe501..c0fbe808 100644 --- a/corepkgs/derivation.nix +++ b/corepkgs/derivation.nix @@ -1,7 +1,7 @@ /* This is the implementation of the ‘derivation’ builtin function. It's actually a wrapper around the ‘derivationStrict’ primop. */ -drvAttrs @ { outputs ? [ "out" ], name, builder, system, ... }: +drvAttrs @ { outputs ? [ "out" ], ... }: let