Skip to content

Commit

Permalink
Reformat with new nixfmt version
Browse files Browse the repository at this point in the history
Fixes CI for the automated update
  • Loading branch information
infinisil committed Dec 9, 2024
1 parent a714f0e commit 0db25ba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/mock-nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,13 @@ let
[ ];

# All the overlays in the right order, including the user-supplied ones
allOverlays = [
autoCalledPackages
] ++ optionalAllPackagesOverlay ++ optionalAliasesOverlay ++ overlays;
allOverlays =
[
autoCalledPackages
]
++ optionalAllPackagesOverlay
++ optionalAliasesOverlay
++ overlays;

# Apply all the overlays in order to the base fixed-point function pkgsFun
f = builtins.foldl' (f: overlay: lib.extends overlay f) pkgsFun allOverlays;
Expand Down

0 comments on commit 0db25ba

Please sign in to comment.