about summary refs log tree commit diff stats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
31 hourspkgs/stalwart-mail-patched/update.sh: Explicitly disable `pure-eval` settingBenedikt Peetz
`nix-update` will shell-out to other `nix-*` commands, which fail if the `pure-eval` setting is active.
31 hourstests/git-server: Adopt to the stripped `.git` in cgit http pathsBenedikt Peetz
2026-02-15modules/cgit: Stop exposing all repositories as http clonesBenedikt Peetz
This feature has recently been added to nixpkgs to fix the security vulnerability.
2026-02-15flake: UpdateBenedikt Peetz
2025-12-18modules/matrix: Remove failing postgresql post-start codeBenedikt Peetz
This code stops postgrsql from starting.
2025-12-18modules/anubis: Make sure ngnix is actually enabledBenedikt Peetz
2025-12-18modules/mail: Apply migrations and set initial stateVersionBenedikt Peetz
The server is already migrated, as such we should also try to apply this update in the very near future.
2025-12-18flake: UpdateBenedikt Peetz
2025-12-18tests/atuin-sync: Don't login client1 twiceBenedikt Peetz
`client1` is already used for registering, as such we don't need to log it in anymore.
2025-12-18tests/{git-server,back}: Use a branch move instead of create and deleteBenedikt Peetz
`git` is now too smart, to let us delete the main branch and create a new master br