From 37e01bfd94cd789e44a9f3e8c845093792a2dd8e Mon Sep 17 00:00:00 2001 From: uku Date: Wed, 28 Feb 2024 00:39:38 +0100 Subject: [PATCH] add nix-ld --- configs/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/common.nix b/configs/common.nix index 1916c39..d4dc80d 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -104,6 +104,8 @@ in { direnv.enable = true; + nix-ld.enable = true; + command-not-found.enable = false; nix-index = { enable = true;