Collection of nix flake templates
Nix 88.0%
Other 12.0%
12 1 0

Clone this repository

https://tangled.org/yemou.pink/seed https://tangled.org/did:plc:3sk3ef72ac36w44kvr3ki5q7/seed
git@knot.butwho.org:yemou.pink/seed git@knot.butwho.org:did:plc:3sk3ef72ac36w44kvr3ki5q7/seed

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

Download tar.gz
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>