nix-templates/cpp
2025-06-20 15:12:13 +03:00
..
cmake fixes 2025-05-03 21:44:04 +03:00
src fixes 2025-05-03 21:44:04 +03:00
.editorconfig fixes 2025-05-03 21:44:04 +03:00
.envrc fixes 2025-05-03 21:44:04 +03:00
.gitignore fixes 2025-05-03 21:44:04 +03:00
CMakeLists.txt fixes 2025-05-03 21:44:04 +03:00
default.nix fixes 2025-05-03 21:44:04 +03:00
flake.nix changes 2025-06-20 15:12:13 +03:00
README.md fixes 2025-05-03 21:44:04 +03:00

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.