nix-ld: disable build on non-linux platforms

+1 -1
+1 -1
pkgs/os-specific/linux/nix-ld/default.nix
··· 51 homepage = "https://github.com/Mic92/nix-ld"; 52 license = licenses.mit; 53 maintainers = with maintainers; [ mic92 ]; 54 - platforms = platforms.unix; 55 }; 56 }
··· 51 homepage = "https://github.com/Mic92/nix-ld"; 52 license = licenses.mit; 53 maintainers = with maintainers; [ mic92 ]; 54 + platforms = platforms.linux; 55 }; 56 }