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