This commit is contained in:
Robert Hensing
2025-03-11 12:30:24 +01:00
committed by Jörg Thalheim
parent 7402e82537
commit 0812c9a321
2 changed files with 8 additions and 2 deletions
@@ -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 = {