nyxt: change meta.platforms to platforms.all
This builds and works fine on at least aarch64 (tested on a PineBook Pro), so I figure the arbitrary platform limitation ought to be lifted.
This commit is contained in:
parent
6aa26c8623
commit
18b479e782
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user