feat: add release scripts

This commit is contained in:
eric
2026-03-04 05:32:21 +01:00
parent 1549f7637b
commit b7bc8ec713
16 changed files with 2591 additions and 1 deletions

View File

@@ -147,9 +147,14 @@
inherit system;
extraPackages = with pkgs; [
nixfmt
shfmt
gitlint
gitleaks
];
formatters = {
shfmt.enable = true;
};
tools = [
{
name = "Nix";