diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 4d2fbd2..f249d53 100644 --- a/default.nix +++ b/default.nix @@ -59,6 +59,21 @@ in { boot.enableContainers = true; }; }; + Que = buildGhc { + name = "Com.Simatime.Que"; + nick = "que"; + deps = [ + "aeson" + "async" + "protolude" + "scotty" + "servant" + "servant-server" + "stm" + "unagi-chan" + "unordered-containers" + ]; + }; }; Com.InfluencedByBooks = buildOS { configuration = { |