Add C/C++ environment
This commit is contained in:
parent
e67431905a
commit
f5231a3395
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell { buildInputs = [ ccls cmake ]; }
|
Loading…
Reference in New Issue