{"sha":"59616b291d60886606ca300c20107722f284cdf7","node_id":"MDY6Q29tbWl0NDU0MjcxNjo1OTYxNmIyOTFkNjA4ODY2MDZjYTMwMGMyMDEwNzcyMmYyODRjZGY3","commit":{"author":{"name":"Matthew Bauer","email":"mjbauer95@gmail.com","date":"2020-06-08T22:36:48Z"},"committer":{"name":"Matthew Bauer","email":"mjbauer95@gmail.com","date":"2020-06-08T22:37:38Z"},"message":"openssh: don’t include fido2 on musl\n\nlibselinux pulls in openssh transitively, so can’t use fido here\n\nFixes #89246","tree":{"sha":"bf538f5ab91122c722518e2593fa7c08e2c47e25","url":"https://api.github.com/repos/NixOS/nixpkgs/git/trees/bf538f5ab91122c722518e2593fa7c08e2c47e25"},"url":"https://api.github.com/repos/NixOS/nixpkgs/git/commits/59616b291d60886606ca300c20107722f284cdf7","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/NixOS/nixpkgs/commits/59616b291d60886606ca300c20107722f284cdf7","html_url":"https://github.com/NixOS/nixpkgs/commit/59616b291d60886606ca300c20107722f284cdf7","comments_url":"https://api.github.com/repos/NixOS/nixpkgs/commits/59616b291d60886606ca300c20107722f284cdf7/comments","author":{"login":"matthewbauer","id":19036,"node_id":"MDQ6VXNlcjE5MDM2","avatar_url":"https://avatars.githubusercontent.com/u/19036?v=4","gravatar_id":"","url":"https://api.github.com/users/matthewbauer","html_url":"https://github.com/matthewbauer","followers_url":"https://api.github.com/users/matthewbauer/followers","following_url":"https://api.github.com/users/matthewbauer/following{/other_user}","gists_url":"https://api.github.com/users/matthewbauer/gists{/gist_id}","starred_url":"https://api.github.com/users/matthewbauer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matthewbauer/subscriptions","organizations_url":"https://api.github.com/users/matthewbauer/orgs","repos_url":"https://api.github.com/users/matthewbauer/repos","events_url":"https://api.github.com/users/matthewbauer/events{/privacy}","received_events_url":"https://api.github.com/users/matthewbauer/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"matthewbauer","id":19036,"node_id":"MDQ6VXNlcjE5MDM2","avatar_url":"https://avatars.githubusercontent.com/u/19036?v=4","gravatar_id":"","url":"https://api.github.com/users/matthewbauer","html_url":"https://github.com/matthewbauer","followers_url":"https://api.github.com/users/matthewbauer/followers","following_url":"https://api.github.com/users/matthewbauer/following{/other_user}","gists_url":"https://api.github.com/users/matthewbauer/gists{/gist_id}","starred_url":"https://api.github.com/users/matthewbauer/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matthewbauer/subscriptions","organizations_url":"https://api.github.com/users/matthewbauer/orgs","repos_url":"https://api.github.com/users/matthewbauer/repos","events_url":"https://api.github.com/users/matthewbauer/events{/privacy}","received_events_url":"https://api.github.com/users/matthewbauer/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"18eff2d1cff3238d08ce66532c9c6b0f251801c0","url":"https://api.github.com/repos/NixOS/nixpkgs/commits/18eff2d1cff3238d08ce66532c9c6b0f251801c0","html_url":"https://github.com/NixOS/nixpkgs/commit/18eff2d1cff3238d08ce66532c9c6b0f251801c0"}],"stats":{"total":2,"additions":1,"deletions":1},"files":[{"sha":"1703e8c7559452fe0a78a9ab23faac73e4365ead","filename":"pkgs/tools/networking/openssh/default.nix","status":"modified","additions":1,"deletions":1,"changes":2,"blob_url":"https://github.com/NixOS/nixpkgs/blob/59616b291d60886606ca300c20107722f284cdf7/pkgs%2Ftools%2Fnetworking%2Fopenssh%2Fdefault.nix","raw_url":"https://github.com/NixOS/nixpkgs/raw/59616b291d60886606ca300c20107722f284cdf7/pkgs%2Ftools%2Fnetworking%2Fopenssh%2Fdefault.nix","contents_url":"https://api.github.com/repos/NixOS/nixpkgs/contents/pkgs%2Ftools%2Fnetworking%2Fopenssh%2Fdefault.nix?ref=59616b291d60886606ca300c20107722f284cdf7","patch":"@@ -5,7 +5,7 @@\n , withGssapiPatches ? false\n , kerberos\n , libfido2\n-, withFIDO ? stdenv.hostPlatform.isUnix\n+, withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl\n , linkOpenssl? true\n }:\n "}]}