Fix formatting

This commit is contained in:
2026-07-12 18:07:46 +01:00
parent ebf3e773c6
commit 1edf4af07f
14 changed files with 346 additions and 171 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{pkgs, ...}:
{ pkgs, ... }:
let
tkn-repo = pkgs.fetchFromGitHub {
@@ -43,6 +43,6 @@ in
require("git"):setup {
order = 1500,
}
'';
'';
};
}