summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/git-hooks
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: fix bug introduced by 68d3c92tv2026-01-131-0/+1
|
* git-hooks: restore function interfacelassulus2026-01-111-104/+127
| | | | | | The rewrite to use environment variables broke backward compatibility. Restore the original interface where irc-announce is a function that returns shell script strings, as expected by callers like cal.nix.
* 5pkgs: fix nix flake show compatibilitylassulus2026-01-111-128/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate nix-writers flake for extended writer functions (writeJq, writeGawkBin, etc.) using a fixpoint overlay so functions can reference each other. Update Python packages to new buildPythonPackage format: - Add pyproject = true and build-system for ovh-zone, python-dnsstamps, ssh-audit, tinc_graphs Fix writer function usage by taking them as arguments instead of accessing via pkgs: - nixos-format-error, untilport, qrscan, logf, gitignore, urix, etc. Update deprecated nixpkgs attribute names: - gdk_pixbuf -> gdk-pixbuf - libSM/libX11/libXinerama -> xorg.* - buildGo120Module -> buildGoModule Remove obsolete/broken packages: - buildbot-classic-slave (missing buildbot-classic) - cac-panel, drivedroid-gen-repo (Python 2 / format issues) - games-user-env, generate-secrets (unused) - internetarchive, bepasty-client-cli, krebspaste (Python 2) - qrscan (conflicts with removed nixpkgs package) Other fixes: - Use lib.callPackageWith for package interdependencies - Only export derivations in flake packages output - Limit packages output to Linux systems - Fix IFD in ukrepl by passing path to writer instead of readFile - Import stockholm.lib directly where needed (bling) - Rewrite brain and git-hooks to use runCommand
* git-hooks irc-announce: verbose == true, not falsetv2022-03-251-1/+1
|
* git-hooks irc-announce: add verbose blacklisttv2022-03-181-1/+6
|
* git-hooks irc-announce: don't show mergestv2022-01-071-0/+1
|
* pkgs: use relative stockholm.liblassulus2021-10-121-2/+2
|
* git-hooks irc-announce: fix tls arglassulus2021-09-101-1/+1
|
* irc-announce: add tls flaglassulus2021-09-051-0/+3
|
* irc-announce: whitelist refs instead of branchestv2018-09-061-7/+8
|
* pkgs.git-hooks.irc-announce: make cgit_endpoint configurabletv2017-06-191-14/+26
|
* krebs/5pkgs: move simple pkgs to a subdirtv2017-05-241-0/+107