diff --git a/hosts/orion/modules/programs.nix b/hosts/orion/modules/programs.nix index 92f568ff..97ee8626 100644 --- a/hosts/orion/modules/programs.nix +++ b/hosts/orion/modules/programs.nix @@ -8,12 +8,7 @@ enableGlobalCompInit = false; enableBashCompletion = true; }; - nix-ld = { - enable = true; - libraries = with pkgs; [ - stdenv.cc.cc - ]; - }; + nix-ld.enable = true; wireshark = { enable = true; package = pkgs.wireshark; @@ -24,4 +19,4 @@ binfmt = true; }; }; -} +} \ No newline at end of file