Format
This commit is contained in:
committed by
Jörg Thalheim
parent
7402e82537
commit
0812c9a321
@@ -25,7 +25,13 @@ let
|
||||
{
|
||||
otherSplices = generateSplicesForMkScope "nixComponents";
|
||||
f = import ./packaging/components.nix {
|
||||
inherit lib officialRelease pkgs src stdenv;
|
||||
inherit
|
||||
lib
|
||||
officialRelease
|
||||
pkgs
|
||||
src
|
||||
stdenv
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -190,7 +190,7 @@ makeOutputs {
|
||||
This particular attribute is _not_ used for that purpose, but it has the same value, and some other expressions expect it to be present.
|
||||
*/
|
||||
inherit (drv) system;
|
||||
tests = drv.tests or {};
|
||||
tests = drv.tests or { };
|
||||
src = patchedSrc;
|
||||
};
|
||||
outputs = {
|
||||
|
||||
Reference in New Issue
Block a user