Skip to content

Commit 9d45353

Browse files
committed
fix: select go124
1 parent 2c306de commit 9d45353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/packages/gatekeeper.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{ pkgs, inputs, ... }:
1+
{ pkgs, ... }:
22
let
33

4-
go124 = inputs.nixpkgs-go124.legacyPackages.${pkgs.system}.go_1_24;
4+
go124 = pkgs.go_1_24;
55
buildGoModule124 = pkgs.buildGoModule.override { go = go124; };
66

77
upstream-gatekeeper = buildGoModule124 {

0 commit comments

Comments
 (0)