refactor(hosts/orion): use nix-ld defaults for libraries
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 39s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 39s
This commit is contained in:
parent
b18e27fa36
commit
374b01bfc6
@ -8,12 +8,7 @@
|
|||||||
enableGlobalCompInit = false;
|
enableGlobalCompInit = false;
|
||||||
enableBashCompletion = true;
|
enableBashCompletion = true;
|
||||||
};
|
};
|
||||||
nix-ld = {
|
nix-ld.enable = true;
|
||||||
enable = true;
|
|
||||||
libraries = with pkgs; [
|
|
||||||
stdenv.cc.cc
|
|
||||||
];
|
|
||||||
};
|
|
||||||
wireshark = {
|
wireshark = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.wireshark;
|
package = pkgs.wireshark;
|
||||||
@ -24,4 +19,4 @@
|
|||||||
binfmt = true;
|
binfmt = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user