From b707b44287c4c61e347056ebd5cc48fe5dd0fe22 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Wed, 20 May 2026 21:35:46 +0300 Subject: [PATCH] feat(flake): finit init Signed-off-by: s0me1newithhand7s --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index d06ce01..9c9aef2 100644 --- a/flake.nix +++ b/flake.nix @@ -137,6 +137,13 @@ repo = "fenix"; }; + "finix" = { + flake = true; + type = "github"; + owner = "finix-community"; + repo = "finix"; + }; + "github-actions-nix" = { flake = true; type = "github";