Fix pureref platforms

This commit is contained in:
Elnu 2023-01-19 11:13:15 -08:00
parent 1ea3abc11a
commit f2a54cfa1a

View file

@ -19,6 +19,6 @@ appimageTools.wrapType1 rec {
homepage = "https://www.pureref.com";
license = licenses.unfree;
maintainers = with maintainers; [ elnudev ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}