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