From f1f67a759d02083fd62afe782bc6a2d768e0fb40 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 29 Apr 2022 18:21:05 -0400 Subject: [PATCH] Add boost to default cc shell --- shells/cc.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/cc.nix b/shells/cc.nix index 9bef1bc..e9c8adb 100644 --- a/shells/cc.nix +++ b/shells/cc.nix @@ -7,6 +7,7 @@ mkShell { gdb ccls cmake + boost gnumake gcc-unwrapped ];