Loading lib/customisation.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ let sortOn take length filterAttrs head pipe isDerivation Loading Loading @@ -265,6 +264,7 @@ rec { */ callPackageWith = let filterTrueAttrs = set: removeAttrs set (filter (name: set.${name}) (attrNames set)); makeErrorMessage = autoArgs: fn: args: fargs: arg: let Loading Loading @@ -311,7 +311,7 @@ rec { # wouldn't be passed to it missingArgs = # Filter out arguments that have a default value filterAttrs (name: value: !value) filterTrueAttrs # Filter out arguments that would be passed (removeAttrs fargs (attrNames allArgs)); Loading Loading
lib/customisation.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ let sortOn take length filterAttrs head pipe isDerivation Loading Loading @@ -265,6 +264,7 @@ rec { */ callPackageWith = let filterTrueAttrs = set: removeAttrs set (filter (name: set.${name}) (attrNames set)); makeErrorMessage = autoArgs: fn: args: fargs: arg: let Loading Loading @@ -311,7 +311,7 @@ rec { # wouldn't be passed to it missingArgs = # Filter out arguments that have a default value filterAttrs (name: value: !value) filterTrueAttrs # Filter out arguments that would be passed (removeAttrs fargs (attrNames allArgs)); Loading