summaryrefslogtreecommitdiffstats
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/common.nix b/common.nix
deleted file mode 100644
index 35b4e2c..0000000
--- a/common.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- haskell-overrides = self: super: {
- blessings = self.callPackage ./nix/blessings.nix {};
- email-header = self.callPackage ./nix/email-header.nix {};
- scanner = self.callPackage ./nix/scanner.nix {};
- };
-}