refactor(hosts/orion): use nix-ld defaults for libraries
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 39s

This commit is contained in:
Price Hiller 2024-11-21 13:49:29 -06:00
parent b18e27fa36
commit 374b01bfc6
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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;