This is a C++ development template using cmake for nix flakes.
See the parent README for further instructions, but you can initialize this template with the following command in your current directory.
nix flake init -t github:MordragT/nix-templates#cpp
nix develop
: opens up abash
shell with the specified packagesnix build
: builds the package to the symbolicresult
directorynix run
: runs the package