Merge pull request #115232 from xantoz/nyxt-more-platforms

nyxt: change meta.platforms to platforms.all
This commit is contained in:
Sandro 2021-03-06 20:10:49 +01:00 committed by GitHub
commit 7d15e227cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = "https://nyxt.atlas.engineer";
license = licenses.bsd3;
maintainers = with maintainers; [ lewo ];
platforms = [ "x86_64-linux" ];
platforms = platforms.all;
};
}