summary refs log tree commit diff
path: root/nixos/tests/matomo.nix
Commit message (Collapse)AuthorAge
* treewide: Fix mysql alias deprecation breakagetalyz2021-06-04
| | | | | | 62733b37b4a866cabafe1fc8bb7415240126eb0b broke evaluation in all places `pkgs.mysql` was used. Fix this by changing all occurrences to `pkgs.mariadb`.
* nixosTests.matomo: port to pythonMartin Milata2019-12-01
|
* nixos/matomo: add testMartin Milata2019-10-29