Skip to content

Commit 895e91f

Browse files
committed
fix: pass go override in overlays
1 parent b457a7d commit 895e91f

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
@@ -29,9 +29,7 @@
2929
};
3030

3131
# place the gatekeeper module in the expected libpam location
32-
gatekeeper = self.inputs.gatekeeper.packages.${final.system}.default.override {
33-
go = self.inputs.nixpkgs-go124.legacyPackages.${final.system}.go_1_24;
34-
};
32+
gatekeeper = self.packages.${final.system}.gatekeeper;
3533
linux-pam = prev.linux-pam.overrideAttrs (old: {
3634
postInstall =
3735
(old.postInstall or "")

0 commit comments

Comments
 (0)