nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: minor cleanup of packages maintained by siraben

+3 -3
+1 -1
pkgs/development/python-modules/swspotify/default.nix
··· 35 35 description = "Library to get the currently playing song and artist from Spotify"; 36 36 license = licenses.mit; 37 37 maintainers = with maintainers; [ siraben ]; 38 - platforms = lib.platforms.linux; 38 + platforms = platforms.linux; 39 39 }; 40 40 }
+1 -1
pkgs/development/tools/knightos/scas/default.nix
··· 23 23 description = "Assembler and linker for the Z80"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ siraben ]; 26 - platforms = platforms.unix; 26 + platforms = platforms.all; 27 27 }; 28 28 }
+1 -1
pkgs/tools/misc/swaglyrics/default.nix
··· 42 42 homepage = "https://github.com/SwagLyrics/SwagLyrics-For-Spotify"; 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ siraben ]; 45 - platforms = lib.platforms.linux; 45 + platforms = platforms.linux; 46 46 }; 47 47 }