nixpkgs/nixos/tests/web-apps/pixelfed/default.nix

13 lines
149 B
Nix

{
runTestOn,
}:
let
supportedSystems = [
"x86_64-linux"
"i686-linux"
];
in
{
standard = runTestOn supportedSystems ./standard.nix;
}