Skip to content

Commit db510df

Browse files
committed
fix: pass go override in overlays
1 parent e96db7c commit db510df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nix/overlays/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
};
6363

6464
# place the gatekeeper module in the expected libpam location
65-
gatekeeper = self.inputs.gatekeeper.packages.${final.system}.default.override {
66-
go = self.inputs.nixpkgs-go124.legacyPackages.${final.system}.go_1_24;
67-
};
65+
gatekeeper = self.packages.${final.system}.gatekeeper;
6866
linux-pam = prev.linux-pam.overrideAttrs (old: {
6967
postInstall =
7068
(old.postInstall or "")

0 commit comments

Comments
 (0)