about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/web-apps/pixelfed/default.nix
blob: 4464ebe434865906f2802c1a8493bfe28d9425b9 (plain) (blame)
1
2
3
4
5
6
7
8
{ system ? builtins.currentSystem, handleTestOn }:
let
  supportedSystems = [ "x86_64-linux" "i686-linux" ];

in
{
  standard = handleTestOn supportedSystems ./standard.nix { inherit system; };
}