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 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}