Skip to content

Commit b926d42

Browse files
committed
chore: add deploy_key for gk repo
1 parent 3ff262d commit b926d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/overlays/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
linux-pam = prev.linux-pam.overrideAttrs (old: {
3434
postInstall = (old.postInstall or "") + ''
3535
mkdir -p $out/lib/security
36-
cp ${final.gatekeeper}/lib/security/pam_jwt_pg.so $out/lib/security/
36+
cp ${final.gatekeeper}/lib/security/*.so $out/lib/security/
3737
'';
3838
});
3939
};

0 commit comments

Comments
 (0)