Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 526 Bytes

FalconProgrammer Nix Templates

This repo is for storing nix flake templates used personally and for articles on https://falconprogrammer.co.uk.

nix flake init -t github:JonBoyleCoding/nix-templates#template

Current Templates

  • default-package-flake A basic flake for building a default.nix package
  • python-pdm A dream2nix flake for a pdm-based python project
  • python-shell A simple shell script containing python and some packages
  • python-poetry2nix A template for python package using poetry.