Collection of nix flake templates
Nix 86.0%
Other 14.0%
7 1 0

Clone this repository

https://tangled.org/yemou.pink/seed
git@knot.butwho.org:yemou.pink/seed

For self-hosted knots, clone URLs may differ based on your setup.

readme.md

seed#

nix flake templates

Usage#

Run either of the following commands:

$ nix flake new -t git+https://tangled.sh/@yemou.pink/seed#<template-name> <directory>
$ nix flake init -t git+https://tangled.sh/@yemou.pink/seed#<template-name>

Alternatively, add the following to your nix configuration:

nix.registry.seed.to = {
  type = "git";
  url = "https://tangled.sh/@yemou.pink/seed";
};

and then run either of the following commands:

$ nix flake new -t seed#<template-name> <directory>
$ nix flake init -t seed#<template-name>