Browse Source

Update inputs

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

3
shells/cc.nix

@ -4,10 +4,13 @@
with pkgs; with pkgs;
mkShell { mkShell {
buildInputs = [ buildInputs = [
gdb
ccls ccls
cmake
gnumake gnumake
libstdcxx5 libstdcxx5
gcc-unwrapped gcc-unwrapped
llvmPackages.libcxx
]; ];
shellHook = '' shellHook = ''
''; '';

Loading…
Cancel
Save