aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
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 75953c6..7ffadea 100644
--- a/default.nix
+++ b/default.nix
@@ -21,5 +21,8 @@ rec {
21 thermoprint-webgui = haskellPackages.callPackage ./webgui/thermoprint-webgui.nix { 21 thermoprint-webgui = haskellPackages.callPackage ./webgui/thermoprint-webgui.nix {
22 inherit thermoprint-bbcode thermoprint-client threepenny-gui; 22 inherit thermoprint-bbcode thermoprint-client threepenny-gui;
23 }; 23 };
24 tprint = haskellPackages.callPackage ./tprint/tprint.nix {
25 inherit thermoprint-bbcode thermoprint-client;
26 };
24 bbcode = haskellPackages.callPackage ./bbcode/bbcode.nix {}; 27 bbcode = haskellPackages.callPackage ./bbcode/bbcode.nix {};
25} 28}