Files
nixpkgs/nixos/tests/web-apps/pixelfed/default.nix
2026-06-05 11:19:52 +05:30

14 lines
169 B
Nix

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