diff options
author | tv <tv@shackspace.de> | 2015-02-20 13:00:21 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-02-20 13:00:21 +0100 |
commit | 1d7180131cbd90c1fd8ca120bfafd96fdcce00e2 (patch) | |
tree | 8ae9e1620eeb707a457e6ddeb51b500b255ede0b /default.nix | |
parent | 42547dc1c81411c9ae6ffa62d00249060b48021b (diff) |
make install: initial commit
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/default.nix b/default.nix deleted file mode 100644 index 3953722..0000000 --- a/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs ? import <nixpkgs> {} -, src ? ./. -, name ? "much" -}: -let - inherit (pkgs.haskellngPackages) buildLocalCabalWithArgs callPackage; -in -buildLocalCabalWithArgs { - inherit src name; - args = { - email-header = callPackage ./nix/email-header.nix {}; - mime-mail = callPackage ./nix/mime-mail.nix {}; - }; -} |