Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 413 Bytes

nix-templates

This repo contains useful templates for scaffolding various projects.

Usage

Templates in this repo can be initiated using the nix flake command. All templates can be listed by running:

$ nix flake show github:storvik/nix-templates

To initiate the cpp-library template run the following command:

$ nix flake init -t github:storvik/nix-templates#cpp-library