Browse Source

Add boost to default cc shell

main
parent
commit
f1f67a759d
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      shells/cc.nix

1
shells/cc.nix

@ -7,6 +7,7 @@ mkShell {
gdb gdb
ccls ccls
cmake cmake
boost
gnumake gnumake
gcc-unwrapped gcc-unwrapped
]; ];

Loading…
Cancel
Save