158 current 2024-06-01 19:32:55 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
sadan 2024-06-01 19:33:06 -04:00
parent d526d62387
commit 7e73925eb0
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -134,7 +134,8 @@
#LD fix
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
pkgs.curlWithGnuTls
curlWithGnuTls
mimalloc
];
programs.ssh.startAgent = true;
programs.ssh.askPassword = pkgs.lib.mkForce "${pkgs.ksshaskpass.out}/bin/ksshaskpass";