ejson: use upstream vendor

This commit is contained in:
zowoq
2020-09-08 16:32:39 +10:00
parent 1624286f23
commit 47062433b6
2 changed files with 0 additions and 50 deletions
-2
View File
@@ -16,8 +16,6 @@ in buildGoPackage rec {
goPackagePath = "github.com/Shopify/ejson";
subPackages = [ "cmd/ejson" ];
goDeps = ./deps.nix;
src = fetchFromGitHub {
owner = "Shopify";
repo = "ejson";