aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-12-25 17:56:13 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2015-12-25 17:56:13 +0000
commit9db2c42f4880362cf098358de830415c14f6878c (patch)
tree2b0b9257f01eec926152746fc2e7646764063c3a /default.nix
parent08eee2f0de77ffa631e84ccf734e8e95817b7c81 (diff)
downloadthermoprint-9db2c42f4880362cf098358de830415c14f6878c.tar
thermoprint-9db2c42f4880362cf098358de830415c14f6878c.tar.gz
thermoprint-9db2c42f4880362cf098358de830415c14f6878c.tar.bz2
thermoprint-9db2c42f4880362cf098358de830415c14f6878c.tar.xz
thermoprint-9db2c42f4880362cf098358de830415c14f6878c.zip
Cleaned tree for rewrite
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/default.nix b/default.nix
deleted file mode 100644
index 8c1478b..0000000
--- a/default.nix
+++ /dev/null
@@ -1,15 +0,0 @@
1{ pkgs ? (import <nixpkgs> {})
2}:
3
4rec {
5 tprint = pkgs.haskellPackages.callPackage ./tprint/tprint.nix {
6 inherit thermoprint-servant thermoprint bbcode;
7 };
8 bbcode = pkgs.haskellPackages.callPackage ./bbcode/bbcode.nix {
9 inherit thermoprint;
10 };
11 thermoprint-servant = pkgs.haskellPackages.callPackage ./servant/servant.nix {
12 inherit thermoprint;
13 };
14 thermoprint = pkgs.haskellPackages.callPackage ./thermoprint/thermoprint.nix {};
15}