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