vuls: init at 0.27.0
[NixPkgs.git] / nixos / tests / web-apps / movim / default.nix
blob5d6314e2b41be40293f3f7684cc76da933e2a5dc
1 { system ? builtins.currentSystem, handleTestOn }:
3 let
4   supportedSystems = [ "x86_64-linux" "i686-linux" ];
5 in
7   standard = handleTestOn supportedSystems ./standard.nix { inherit system; };