nixvital / nix-based-cpp-starterkit

A template for Nix based C++ project setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A template for Nix based C++ project setup.


Languages

Language:CMake 66.0%Language:Nix 26.3%Language:C++ 7.7%