aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-22 00:49:16 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-22 00:49:16 +0000
commit7ca94fb84f967fcfc741b7aa3662356e4fc0241f (patch)
treeca2c417b1dac7a8e6b19af73c47223008c48685e /default.nix
parent9e45c04c45aef1fa71815c61512c354d0d5ee3e3 (diff)
downloadthermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.gz
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.bz2
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.xz
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.zip
First stab at threepenny gui
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 1dc1708..9800293 100644
--- a/default.nix
+++ b/default.nix
@@ -17,5 +17,8 @@ rec {
17 inherit thermoprint-spec thermoprint-client; 17 inherit thermoprint-spec thermoprint-client;
18 }; 18 };
19 }; 19 };
20 thermoprint-webgui = haskellPackages.callPackage ./webgui/thermoprint-webgui.nix {
21 inherit thermoprint-bbcode thermoprint-client;
22 };
20 bbcode = haskellPackages.callPackage ./bbcode/bbcode.nix {}; 23 bbcode = haskellPackages.callPackage ./bbcode/bbcode.nix {};
21} 24}