···3535 description = "Library to get the currently playing song and artist from Spotify";3636 license = licenses.mit;3737 maintainers = with maintainers; [ siraben ];3838- platforms = lib.platforms.linux;3838+ platforms = platforms.linux;3939 };4040}
+1-1
pkgs/development/tools/knightos/scas/default.nix
···2323 description = "Assembler and linker for the Z80";2424 license = licenses.mit;2525 maintainers = with maintainers; [ siraben ];2626- platforms = platforms.unix;2626+ platforms = platforms.all;2727 };2828}