Skip to content

Commit

Permalink
buildGo123Module
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Oct 14, 2024
1 parent 6113740 commit 09cdfc7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@
inherit (pkgs) stdenv lib ;
in
{
elections = pname pkgs.nix {
buildGoModule = buildGoModule.override { go = go_1_23; };
};

${pname} = pkgs.buildGoModule rec {
${pname} = pkgs.buildGo123Module rec {
inherit pname self;
version = lib.fileContents ./VERSION;
gitCommit = if (self ? rev) then self.rev else self.dirtyRev;
Expand Down

0 comments on commit 09cdfc7

Please sign in to comment.