Skip to content

Commit

Permalink
bug(nix): Latest update of nixpkgs broke our go builds
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-daniel-gustafsson committed Mar 5, 2021
1 parent afd16f9 commit 941a67c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ in
buildGoModule rec {
pname = "cli";
version = "latest";
goPackagePath = "github.com/symbiont-io/detsys-testkit/src/${pname}";

src = gitignoreSource ./.;
buildInputs = [ detsysLib ];
Expand Down
1 change: 0 additions & 1 deletion src/db/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ in
buildGoModule rec {
pname = "db";
version = "latest";
goPackagePath = "github.com/symbiont-io/detsys-testkit/src/${pname}";

src = gitignoreSource ./.;
buildInputs = [ detsysLib ];
Expand Down
1 change: 0 additions & 1 deletion src/debugger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ in
buildGoModule rec {
pname = "debugger";
version = "latest";
goPackagePath = "github.com/symbiont-io/detsys-testkit/src/${pname}";

src = gitignoreSource ./.;
buildInputs = [ detsysLib ];
Expand Down
1 change: 0 additions & 1 deletion src/lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ in
buildGoModule rec {
pname = "lib";
version = "latest";
goPackagePath = "github.com/symbiont-io/detsys-testkit/src/${pname}";
src = gitignoreSource ./.;
vendorSha256 = "1dq4w81g3s26chpfqad3mqpybg4900646h2b2k6xsz295ds9qk7q";

Expand Down

0 comments on commit 941a67c

Please sign in to comment.