Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Oct 25, 2023
1 parent 0ae0f64 commit 7ca0638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ final: prev: rec {
});
};

govulncheck = prev.govulncheck.override rec {
buildGoModule = args: prev.buildGoModule.override { go = go; } (args // rec { });
};

gqlgenc = prev.gqlgenc.override rec {
buildGoModule = args: prev.buildGoModule.override { go = go; } (args // rec {
version = "0.14.0";
Expand Down

0 comments on commit 7ca0638

Please sign in to comment.