From f9bed10b0109fd61b01a0e4a83c8e9abda2947b7 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 8 Aug 2024 15:20:40 +0200 Subject: [PATCH] Add github:nilp0inter/autofirma-nix to flake index (#818) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A flake for installing AutoFirma¹ and related packages, the Spanish goverment official software for implementing digital signatures, an essential element for interacting with the Spanish Public Administration. ¹: https://firmaelectronica.gob.es/Home/Descargas.html --- flakes/manual.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flakes/manual.toml b/flakes/manual.toml index f4f5218..a2fd599 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -166,3 +166,8 @@ repo = "numen-nix" type = "github" owner = "StardustXR" repo = "telescope" + +[[sources]] +type = "github" +owner = "nilp0inter" +repo = "autofirma-nix"