From 2560e852df74e415ec78ad1a62e3f2277d167337 Mon Sep 17 00:00:00 2001 From: ilian Date: Mon, 20 Dec 2021 01:03:02 +0100 Subject: [PATCH] Remove deprecated goPackagePath attribute Building otherwise fails with the following error: `goPackagePath` is not needed with `buildGoModule` --- default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/default.nix b/default.nix index eb41ede..6625b76 100644 --- a/default.nix +++ b/default.nix @@ -16,8 +16,6 @@ buildGoModule rec { buildInputs = [ makeWrapper ]; - goPackagePath = "code.dumpstack.io/tools/${pname}"; - src = ./.; vendorSha256 = "1aimli23jdqv8rifsn22qfbj2c0nc0s5czsd8qprhnr4hcsbdnkf";