Skip to content

Commit 2abb135

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/packages/gatekeeper.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs, inputs, ... }:
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)