Add C/C++ environment

This commit is contained in:
coolneng 2020-11-11 16:08:20 +01:00
parent e67431905a
commit f5231a3395
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 0 deletions

5
env/cpp.nix vendored Normal file
View File

@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { buildInputs = [ ccls cmake ]; }