diff options
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 7 |
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 {}; - }; -} |