From 8a95a5838b992f51611d89971cf6ad8cabe68970 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 30 Mar 2020 07:28:42 -0700 Subject: Rename Com.Simatime.Que to Run.Que Now that I have the domain name que.run! Aw yeah. --- default.nix | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index f249d53..f60a2a1 100644 --- a/default.nix +++ b/default.nix @@ -59,21 +59,6 @@ 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 = { @@ -175,7 +160,21 @@ in { ]; }; }; - + Run.Que = buildGhc { + name = "Run.Que"; + nick = "que-server"; + deps = [ + "aeson" + "async" + "protolude" + "scotty" + "servant" + "servant-server" + "stm" + "unagi-chan" + "unordered-containers" + ]; + }; # fallthrough to nixpkgs nixpkgs = nixpkgs; } -- cgit v1.2.3