From fdc7f3650a5ec6293c52c800d0fafcb2609e78a5 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Mon, 14 Jun 2021 16:53:19 -0400
Subject: Cleanup nix overlays a bit

---
 Biz/Bild/Deps.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Biz/Bild/Deps.nix')

diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix
index 3511d5b..790011c 100644
--- a/Biz/Bild/Deps.nix
+++ b/Biz/Bild/Deps.nix
@@ -2,9 +2,9 @@ self: super:
 
 let
   buildCabal = sel: name:
-      sel.callCabal2nix name super.sources.${name} {};
+    sel.callCabal2nix name super.sources.${name} {};
   buildCabalSubdir = sel: {name, src ? super.sources.${name}, subdir ? name}:
-      sel.callCabal2nix name (src + "/${subdir}") {};
+    sel.callCabal2nix name (src + "/${subdir}") {};
   ghc = "ghc884";
 in rec
 {
-- 
cgit v1.2.3