Merge pull request #115232 from xantoz/nyxt-more-platforms
nyxt: change meta.platforms to platforms.all
This commit is contained in:
@@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://nyxt.atlas.engineer";
|
homepage = "https://nyxt.atlas.engineer";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ lewo ];
|
maintainers = with maintainers; [ lewo ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user