diff options
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 {}; }; } |