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
ccls
cmake
boost
gnumake
gcc-unwrapped
];

Loading…
Cancel
Save