From 2fb09f4e395d000a8842524bdc0a9bc66e6aadc3 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 31 Jan 2024 16:35:10 -0500 Subject: [PATCH] global/nix: enable nix-ld --- modules/global/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/global/nix.nix b/modules/global/nix.nix index 7994110..1a51a95 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -57,6 +57,8 @@ with lib; allowUnfree = true; }; + programs.nix-ld.enable = mkDefault true; + universe.packages = with pkgs; [ comma nix-diff