Collection of nix flake templates

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>