Merge pull request #244869 from Kranzes/twingate

twingate: set correct meta.platforms

authored by Ilan Joselevich and committed by GitHub 883fd35c 61677c94

+1 -1
+1 -1
pkgs/applications/networking/twingate/default.nix
··· 57 homepage = "https://twingate.com"; 58 license = licenses.unfree; 59 maintainers = with maintainers; [ tonyshkurenko ]; 60 - platforms = platforms.linux; 61 }; 62 }
··· 57 homepage = "https://twingate.com"; 58 license = licenses.unfree; 59 maintainers = with maintainers; [ tonyshkurenko ]; 60 + platforms = [ "x86_64-linux" ]; 61 }; 62 }