From 1faa4386b125f1c88d5ec56fd42ac9677d1bb600 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 14 Mar 2024 19:41:59 +0100 Subject: [PATCH] configuration/common: add template repo to nix registry --- configuration/common/nix.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration/common/nix.nix b/configuration/common/nix.nix index 2c2f4b4..75cc0a6 100644 --- a/configuration/common/nix.nix +++ b/configuration/common/nix.nix @@ -51,6 +51,16 @@ }; exact = true; }; + "templates" = { + from = { + type = "indirect"; + id = "templates"; + }; + to = { + type = "git"; + url = "https://git.clerie.de/clerie/flake-templates.git"; + }; + }; }; documentation.doc.enable = false;