Skip to content

Commit 68994e0

Browse files
hyperfektnmattia
hyperfekt
authored andcommitted
remove trailing whitespace from snack-lib/default.nix
1 parent 00912cc commit 68994e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snack-lib/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@ with rec
183183

184184
buildHoogle = packagePath:
185185
let
186-
concatUnion = lists:
186+
concatUnion = lists:
187187
let
188188
sets = map (l: pkgs.lib.genAttrs l (_: null)) lists;
189189
union = pkgs.lib.foldAttrs (n: a: null) {} sets;
190190
in
191191
builtins.attrNames union;
192192
allDeps = concatUnion (map (spec: spec.packageDependencies {}) (specsFromPackageFile packagePath));
193193
drv = haskellPackages.hoogleLocal { packages = map (p: haskellPackages.${p}) allDeps; };
194-
in
194+
in
195195
writeText "hoogle-json"
196196
( builtins.toJSON
197197
{ build_type = "hoogle";

0 commit comments

Comments
 (0)