Skip to content

Commit 94417b0

Browse files
staaldraadsamrose
authored andcommitted
fix: pass go override in overlays
1 parent 485b2ba commit 94417b0

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
@@ -54,9 +54,7 @@
5454
};
5555

5656
# place the gatekeeper module in the expected libpam location
57-
gatekeeper = self.inputs.gatekeeper.packages.${final.system}.default.override {
58-
go = self.inputs.nixpkgs-go124.legacyPackages.${final.system}.go_1_24;
59-
};
57+
gatekeeper = self.packages.${final.system}.gatekeeper;
6058
linux-pam = prev.linux-pam.overrideAttrs (old: {
6159
postInstall =
6260
(old.postInstall or "")

0 commit comments

Comments
 (0)