diff --git a/nix/sources.json b/nix/sources.json
index 87aa65497df73325e9914492422ba43dc44ed690..a164d3ba9e018bd2584af0ea58190a6ad49383ba 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -69,6 +69,20 @@ "type": "tarball",
"url": "https://github.com/ericfischer/datamaps/archive/76e620adabbedabd6866b23b30c145b53bae751e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"date": "2016-12-05T08:16:58Z",
"description": "A simple proxy service providing an HTTP interface to a Dict protocol (RFC 2229) server",
"homepage": "https://github.com/felix/go-dict2rest",
"owner": "felix",
"repo": "go-dict2rest",
"rev": "b049991a46a2f619344bd6e915745703864d0134",
"sha256": "0d3fbqyyzy1rxpv76phkbfzrx9ianckq30a87k982rchs6qw36xz",
"type": "tarball",
"url": "https://github.com/felix/go-dict2rest/archive/b049991a46a2f619344bd6e915745703864d0134.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"docker-reg-tool": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 329752510b1ce72ecd801bc5819441247685398e..742529b4fa6f35e2618b62d7c2b1f4c116eaad48 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -170,6 +170,7 @@ zdict = callPackage ./tools/dict/zdict { };
### SERVERS
geminid = callPackage ./servers/geminid { };
glauth = callPackage ./servers/glauth { };
mbtileserver = callPackage ./servers/mbtileserver { };
diff --git a/pkgs/servers/dict2rest/default.nix b/pkgs/servers/dict2rest/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..4d8cd58cbaa98484c265628a62cc08da74b58913
--- /dev/null
+++ b/pkgs/servers/dict2rest/default.nix
@@ -0,0 +1,19 @@
+{ lib, buildGoPackage, sources }:
+let
+in
+buildGoPackage {
+}
application/octet-stream
This content has been proxied by September (3851b).