about summary refs log tree commit diff
path: root/nixos/tests/web-apps/movim/default.nix
blob: 5d6314e2b41be40293f3f7684cc76da933e2a5dc (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; };
}