diff --git a/nix/sources.json b/nix/sources.json
index 75dbb08081e6cfc83cb0f30bcfe780d94a1aa041..d7e9d9f01245efaecaddbfb42fe7b07866354ed3 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -167,8 +167,6 @@ "type": "tarball",
"url": "https://github.com/jovoro/geminid/archive/3f79348aaffebfb2d80252d8cdbaf6ad26fa9121.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"geofabrik-estonia": {
"builtin": false,
"sha256": "1mcchdm35sqwk06byyvyghy00km4lxkbrkf5zjca9s8smry8za94",
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 6676a5605bf07674150915aac217f66bae5d7155..8895f774184cea1c145cd4031778cd79b18afc11 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -33,7 +33,9 @@ qgis-bin = callPackage ./applications/qgis/bin.nix { };
qgis-ltr-bin = qgis-bin.override { releaseType = "ltr"; };
qmapshack-bin = callPackage ./applications/qmapshack/bin.nix { };
qutebrowser-bin = callPackage ./applications/qutebrowser/bin.nix { };
inherit sources;
redict = libsForQt5.callPackage ./applications/redict {
inherit sources;
};
application/octet-stream
This content has been proxied by September (3851b).