Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1011 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 1011 Bytes

Project Template

This template provides a foundation for projects. It includes a boilerplate Nix flake that is easy to extend to your liking.

Features

  • Extendable and declarative Nix flake.
  • Manage pre-commit hooks using pre-commit.
  • Create meaningful commit messages following the Conventional Commits specification.

Getting Started

  1. Press 'Use this template' and create a new repository.
  2. Clone your repository and navigate to it.
  3. Run nix develop or direnv allow to activate the development environment.
  4. Run nix flake check to check codebase using pre-commit.
  5. Run nix build to build default application to result.

Read More