Skip to content

nixvital/nix-based-cpp-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

built with nix

A Nix Basde C++ Project Template

This repo is used as a template for creating C++ projects.

  1. It provides a Nix-based development environment (devShell).

    To activate the devShell, run nix develop.

  2. It provides a working CMakeLists.txt that supports unit testing and installation.

  3. It provides a default.nix as a starting point to package your awesome C++ projects for others to depend on.

Details

You can find the details about how this template is created (and therefore how to customize it to your needs) in this blog post.