From dbec0bc44a38b932e550195528be6bd3f64deeae Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Thu, 25 Jun 2026 00:46:54 -0500 Subject: [PATCH] nix dynamic linking for smth idk --- hosts/pc/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/pc/configuration.nix b/hosts/pc/configuration.nix index 8534fda..1d4ff44 100755 --- a/hosts/pc/configuration.nix +++ b/hosts/pc/configuration.nix @@ -54,6 +54,11 @@ mosh ]; + programs.nix-ld.libraries = with pkgs; [ + brotli + stdenv.cc.cc.lib + ]; + systemd.network.wait-online.enable = false; boot.initrd.systemd.network.wait-online.enable = false; services.flatpak.enable = true;