about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-13T21·23+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-20T10·26+0100
commit0b34482b6da9ef0d2178d5dba5a99485d62281d8 (patch)
treeebcabda9b4e8f51be7c0b97685245dfefe7f9369 /default.nix
parentf895cb417a7a397e9ddac7d2be7683e57e3cb1fb (diff)
Forward zoo.wpcarro.dev connections to :8000
Right now the 8000 port is hard-coded into the zoo server, which isn't ideal,
but "it works" (TM).
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index d6d32c45195c..25a54f3ca675 100644
--- a/default.nix
+++ b/default.nix
@@ -33,4 +33,5 @@ in {
   third_party  = readTree ./third_party;
   tools        = readTree ./tools;
   buildHaskell = readTree ./buildHaskell;
+  zoo          = readTree ./zoo;
 }