From 03de308a9ea38b83ffc8016ee906a0da407f7048 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 8 Sep 2025 17:57:20 +0200 Subject: [PATCH] enable nix-ld on pc --- hosts/lambdaos/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 7944cad..b7d23cb 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -91,6 +91,15 @@ "nvidia_uvm" ]; + programs = { + nix-ld = { + enable = true; + libraries = with pkgs; [ + libc + ]; + }; + }; + services = { postgresql = { enable = true;