Skip to content

Instantly share code, notes, and snippets.

View mmilata's full-sized avatar

Martin Milata mmilata

View GitHub Profile
{ system ? builtins.currentSystem, config ? { }
, pkgs ? import ../.. { inherit system config; }
, useBeta ? true }:
with import ../lib/testing-python.nix { inherit system pkgs; };
with pkgs.lib;
makeTest {
name = "matomo${optionalString useBeta "-beta"}";
meta.maintainers = with maintainers; [ florianjacob kiwi mmilata ];