diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-12T23·51+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-04T01·36+0100 |
commit | 9b606e2c4eca9f78b0d66b0934144969c1dd1340 (patch) | |
tree | 5356087e86130b8bc4f16b4476e3fa73d8d987ea | |
parent | a7342448bb76b11c48f609a20230cf64ec08e53e (diff) |
feat(ops/nixos/nugget): Install clang & friends system-wide r/611
-rw-r--r-- | ops/nixos/nugget/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 7f6e11678330..6d8c67cca247 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -109,6 +109,9 @@ in depot.lib.fix(self: { bat cachix chromium + clang-manpages + clang-tools + clang_9 curl direnv dnsutils |