feat: Added matrix

This commit is contained in:
2026-02-10 22:25:37 +05:30
parent e403e47c28
commit ddb53d879e
8 changed files with 195 additions and 55 deletions

View File

@@ -41,3 +41,5 @@ add program:
alejandra fmt home/programs/{{program}}.nix home/programs/default.nix
git add home/programs/{{program}}.nix
# add-secret secret:
# openssl rand -hex 32 | tr -d '\n' | jq -sR | sops set --value-stdin secrets/secrets.yaml {{secret}}